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

    How to activate filters of a Pivot table & a normal table of data via 1 combo box ?

    Hi Nebu, many thanks for your kind help. This workout is really helping to ease my pain a lot. Thanks again.
  2. S

    VBA meaning for the below macro

    Can anyone explain what is the below code ' clientname = Sheets("Client_S").Cells(4 + Range("Clientname"), 1).Value ' mean ? What does the 4 and 1 doing ? Sub SelectClientName() On Error GoTo Err Dim p As PivotTable Dim sht As Worksheet For Each sht In...
  3. S

    How to activate filters of a Pivot table & a normal table of data via 1 combo box ?

    Hi Nebu, attached is the working file that I wish to have. Please see if this can be done ? Whenever user select an option in sheet1, then filter will be apply in sheet 4 (cell B1) and sheet 3 (cell A2)
  4. S

    How to activate filters of a Pivot table & a normal table of data via 1 combo box ?

    Hi guys, I would like to know if anyone can help me to build a VBA to enable me for selecting an option from the combo box/drop down list (sheet1) and then the pivot table (sheet2) and normal data table (sheet3) will be filtered accordingly ? Thanks.
  5. S

    How to refresh a pivot table and at the same time perform normal filtering on a raw data with Macro?

    Hi all, I am using macro to perform refreshing of 2 pivot tables currently. 1st pivot table is a very simple table with just a few fields on it. However when comes to the 2nd table, the data is enourmous and it is taking a very long time to open file, refresh table, etc. My selection is from...
  6. S

    Chart Legend that will not be shown for a Single line of #N/A

    Hi SirJB7, the password above is valid in my PC, not sure why. Can we use offset ? The series label would not be good enough in my chart as the volumes might varies from thousands to few hundred thousands. The lines are just too near. Any otherway that I can share my file?
  7. S

    Chart Legend that will not be shown for a Single line of #N/A

    Here is the link : Link Pwd : 100%Abc123
  8. S

    Chart Legend that will not be shown for a Single line of #N/A

    1st one helps, but seems to be hard to apply into my 12 months long spread table.
  9. S

    Chart Legend that will not be shown for a Single line of #N/A

    I can't actually. Am in the office and need to apply their rules. Its all blocked. For the legend: If I choose product A at the radio button, the legend for the last row (H16:S16) will be called Total Product A (with orange line). If i choose product B at the radio button, the legend for...
  10. S

    Chart Legend that will not be shown for a Single line of #N/A

    I have a variable line graph with Legend. Its reading from H11:S16 (12 months data). For H16:S16, this row's data might varies. A radio button is available to select either Product A or Product B. I have no problem to read and display the Product A data as it will show all 6 lines of data...
Back
Top