• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. vijay.vizzu

    SQL Command Required

    Hi.. All :) I tried to write a query which can extract my data from Ms access database I have two tables namely dbo_users and dbo_SupplierUsers My question is : 1 ) I need to search SupplierCode in dbo_SupplierUsers, once it found it should return the UserCode (might be more than one user)...
  2. vijay.vizzu

    Dashboard Design Concepts

    Thank you .. all I will try to figure out...
  3. vijay.vizzu

    Dashboard Design Concepts

    Dear All Once again i need your expertise advise on the below issue I am new to Dashboards and i can create small graphs and other reports. I am very much familiar with Excel Formulas, Excel VBA and other MS office products. Now i got one problem that, one of my boss requested me to design a...
  4. vijay.vizzu

    Offset formula

    Dear Jayadev Can you please elaborate more about your requirement. If you want to learn offset formula, this site has so much stuff. Just search offset within this site, you will find more about offset along with some cool tips & tricks
  5. vijay.vizzu

    Copy data tables from Incoming Outlook Mail to Excel

    Dear Deepak Thank you so much for your links. But I am very sorry to say this, I can't figure out the right way.
  6. vijay.vizzu

    Copy data tables from Incoming Outlook Mail to Excel

    Hi..all I tried this to post in Outllook forums and searched a lot for getting solution. But I was unable to get the solution. So finally I decided to post this in this forum. If it is not compatible with this forum, then I request forum moderators to delete this post My problem was, daily...
  7. vijay.vizzu

    Need to Understand what this formula is exactly doing

    If you can upload the file with the above formula. It can be easily explain the step by step for better understanding.
  8. vijay.vizzu

    Need VBA

    Dear ..Ramesh Please try this code.. and let me know the status. (Change code as per your requirement) Sub DataFilter_No_Due_Date() Dim wkb As Workbook Dim sWks As Worksheet Dim rWks As Worksheet Dim fltRng As Range Dim criRng As Range Set wkb = ActiveWorkbook...
  9. vijay.vizzu

    Need VBA

    Dear.. Ramesh You can achieve this by Advance filter method in Excel VBA.. Please search this forum, you will get it.. Meanwhile I am preparing code for you... :)
  10. vijay.vizzu

    Equal Distribution

    I just put round function in that formula =IF(COLUMN()-COLUMN($F:$F)<ROUND($D$4/$E$4,0),$E$4,"") Now its working.. if is there wrong in this .. then please let me know
  11. vijay.vizzu

    Equal Distribution

    Dear Narayank... But there is small problem.. If I put in cell D2 (Inventory Stock) as 500, and in cell E2 ( Daily Production Requirement) as 216, then it shows in three columns 216,216,216. But if we sum the qty, its around 648. So it gives error. It should display in only two cells instead...
  12. vijay.vizzu

    Equal Distribution

    You are awesome.. guru..:)
  13. vijay.vizzu

    To split numbers and characters

    Please have a look on this http://chandoo.org/wp/2012/06/19/extract-numbers-from-text-excel/
  14. vijay.vizzu

    To split numbers and characters

    It seems, you have one space between number and Character. So you can use Text To Columns option to make it. Numbers in one column and text in another column.. Please try
  15. vijay.vizzu

    Formula Required to Get Result of the cell without brackets[SOLVED]

    You can use Find & Replace option to get rid of this..
  16. vijay.vizzu

    Equal Distribution

    Hi..all I am puzzled with one question. I need to prepare a planning Template, in which as per the production qty, inventory qty should be distributed equllay to other cells. For example I have a inventory stock of a item AA is 1000, and my daily production requirement is 100. So the 1000 qty...
  17. vijay.vizzu

    Apply different Themes to different sheets in a worksheet

    Which type of theme you are talking about... Is that office Theme ?? or any other. If it is office theme, it will apply not only in excel but also in other office products like word,outlook,access etc... If you want to put a theme for different sheets, you can select sheet background option, It...
  18. vijay.vizzu

    Count unique data of a column

    Dear Jake.. Is your formula... working.. ??. I have tried with above formula.. but not working
  19. vijay.vizzu

    How to 'auto-lock' a formula with a $ symbol...........

    Dear James.. I will prefer. to have a good understanding regarding Absolute & Relative references. They will play vital role while applying formulas in other cells/ranges. As you mentioned above... A1 became A$1 (That means you make Row Absolute and column relative reference) if you tried this...
  20. vijay.vizzu

    How to enter a value in VBA code using listBox

    Hi.. karthik You can do this by referencing the varaibles.. like if you have email address text box, to capture the mail address which the user entered, you can declare a variable like dim EmailAddr as string and capture the text box value. more or less same.. below. Here we instruct text box...
  21. vijay.vizzu

    How to take out "Rank" in Chart

    How you would like to rank out. ?? By their actual vs target or by any other... Please clear...
  22. vijay.vizzu

    Help - Conditional Formatting change font size

    Yes.. you can achieve this by conditional formatting, just click format button while applying formula.. in that click Font tab on the above.. and select bold option and other options also
  23. vijay.vizzu

    Remove Links

    Oh... sorry for misunderstanding.. that means you want to update the values by manually..
  24. vijay.vizzu

    Remove Links

    Dear GB If you want remove the data link from external source, then you can follow these below steps: Click Data tab, edit links and remove/change source links.
  25. vijay.vizzu

    Match with Previous Row - Do

    Dear Kaiser.. You can't put this into any button click event. becoz, it is triggered with Worksheet_Change event. So whenever the selection will change, first it will check, if the target cell value is "Do" (case sensitive),if true, then it will copy the above cell's value to current cell.
Back
Top