Hi guys,
I like to use drop down list to select the charts, for example if I select DB/PS from cell D8,
It will update with the corresponding chart, but i dont have to draw all of them out
Please share some lights to my darkness.
Thanks,
Macy
Hi guys,
Thank you very much for all respond. Yesterday I tried to work out the solution by myself and I am coming up with this excel sheet. I am using combo box to control user selection. The thing I like is When I select the option in combo box, say DB/PS then it will auto select the %DB/PS in combo box 2. The combo box 2 will be grey out so it looks like only one drop down list.
Here is my version. Any idea, formula vba script ..?
Hi Hui,
I have added the vba code into the module, but I when select the option from one drop down list the other does not change at all. Is that the way you did or did you do differently?
Macy
Works great Hui... but the only question is why the need for a macro or for that matter the second drop box when the same result can be achieved by just using an "If" formula....
Hi Guys,
Thank you very much. It works well. I also learn 3 things today.
1. Choose formula.
2. Simple vba
3. Offset function
4. Beautiful graphing technique
Both of Choose and Offset function are great, but I worry the users can mess around with the formulas unless we create and hide them in different sheet.
Your use of Named Formula on Sheet2 in your file is the recommended way to go if you don't want people playing with worksheet formulas
Although the Offset function is a great and simple function to understand it is Volatile and so is recalculated whenever anything on the worksheet changes
You are better to use the Index function which can return a Row or Column of data simply