• 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. R

    Self Expanding Pivot table Based Pie Chart

    Hi Faseeh, I am plotting a pie chart directly form a pivot table in excel 2004
  2. R

    Self Expanding Pivot table Based Pie Chart

    Hi, I have a pivot table with country name on one column and corresponding count of products on another column. I have plotted pie chart for the same which gets updated with changes each time i refresh the pivot table.I have declared country names as a dynamic range list in another sheet(...
  3. R

    Combining Data Validation List and Manual Entry

    Hi Narayank , I tried this code. Since i am working in Mac machine when i run the above VBA code, it gives me error showing that the line :Application.SendKeys ("%{DOWN}") is not supported in Mac. Kindly help
  4. R

    Linking table contents-Formula for Dynamic Tables

    Hi Luke, I am not clear on the pivot table could you kindly let me know what needs to be done on the scenario shown in sheet. Also does pivot table consider formulas
  5. R

    Linking table contents-Formula for Dynamic Tables

    Hi, I have two tables one in sheet 1(table 1-Controlling table) and another in sheet 2( table 2). Kindly see the attached sheet: https://www.dropbox.com/s/wzvljbi7mhzt2nn/table.xls The Count column in table 2 has sumproduct formula eg...
  6. R

    Linking Master yearly sheet to individual monthly sheets

    Hi, Also i would need the monthly sheets to look replica of yearly sheet except that it should contain data from Jan 1st to Jan 31. Similarly Feb sheet should contain data from Feb 1st to Feb 29 and so on. Pivot table would truncate the field names.
  7. R

    Linking Master yearly sheet to individual monthly sheets

    Could you kindly let me know how can it be done for data on this sheet, as am new to excel and am unable to figure out.
  8. R

    Linking Master yearly sheet to individual monthly sheets

    Hi , I am working on a enquiry tracking sheet which has tabs Jan to Dec, Yearly enquiry list, Q1-Q4 graphs and Yearly graph . I have included a sample copy of the original sheet( which has more columns and data, but is confidential). A sample has been uploaded at the below link for more...
  9. R

    Excel sheet Help- Enquiry Tracker

    Hi , I am working on a enquiry tracking sheet which has tabs Jan to Dec, Yearly enquiry list, Q1-Q4 graphs and Yearly graph . I have included a sample copy of the original sheet( which has more columns and data, but is confidential). A sample has been uploaded at the below link for more...
  10. R

    Combining Data Validation List and Manual Entry

    Thanks Narayank. Could you kindly upload the sample workbook
  11. R

    Combining Data Validation List and Manual Entry

    The first part is working perfectly fine. Thanks a ton. Kindly let me know if there are any other way to display "Not applicable" other than using the code( as am a starter and finding it difficult to use Macros)
  12. R

    Combining Data Validation List and Manual Entry

    Hi Narayan991,thanks for your suggestion. I tried your suggestion,( not yet the VBA code). I named two ranges as Zone_List and other as Not_Applicable suggested by you. However when i enter other countries, it directly shows Not applicable( which is fine). But when i enter "India", it shows...
  13. R

    Combining Data Validation List and Manual Entry

    Hi Bobhc, creating a drop down list with pre-defined country names is difficult as it is not possible to predict the country from which we get request.
  14. R

    Combining Data Validation List and Manual Entry

    Hi Bobhc. Thanks for that. My problem is Column A does not have a dropdown list. The country name is manually entered. If it's India then adjacent cell B shows a dropdown list( North ,South, east and West). Else it displays a text "Not Applicable" in Column B for any country entered manually.
  15. R

    Combining Data Validation List and Manual Entry

    Hi Indian, had done that but did not find any suitable answer
  16. R

    Combining Data Validation List and Manual Entry

    There are two columns A and B. When the user manually enters country name in cells under column A, two scenarios arise: 1. If country name entered is " India", the adjacent column should display a drop down list for user to choose from. (List entries North , South, East, West) 2. if country...
Back
Top