mgodbee
Technical User
- Jul 24, 2008
- 2
Need help for a project I am trying to do in Excel. I am trying to do a "dashboard" for work that will display sales based on a myriad of geographical breakdowns. The best way I can think of doing this is through a serious of dropdown menus, 3 to be exact. I want the first dropdown to be the high level groups: division, region, market. Based on the selection above, I want it to populate the 2nd dropdown menu with the choices based on the selection of the first 3, i.e the actual divisions, regions, markets. This will then populate the 3rd drop down menu which will only be stores in the selected region.
I know a minimal amount about VBA. Also, I am wondering if I can populate all of the options from a single Database type list or do I really have do a menu list for each case? The 3rd menu is the one I am worried about it would require me to make a couple of hundred different options for the dropdown box. If I did do it from a list, I still would hav e the issue of duplicate listings in a dropdown wouldn't I? For example, it would list Northern Division 200 times on the dropdown
My last concern is getting the boxes to clear or return to the "ALL" function if someone goes back and clicks on the 1st 2 menus without clearing the 3rd menu (store).
Based on the selections, the sales data will be populated by one master pivot table and using "getpivotdata". I have figured out how to do this part based on an input cell, but don't want to depend on lesser knowledgeable excel users to manually enter the data, hence why I am wanting a dropdown menu.
Any help would be greatly appreciated.
I know a minimal amount about VBA. Also, I am wondering if I can populate all of the options from a single Database type list or do I really have do a menu list for each case? The 3rd menu is the one I am worried about it would require me to make a couple of hundred different options for the dropdown box. If I did do it from a list, I still would hav e the issue of duplicate listings in a dropdown wouldn't I? For example, it would list Northern Division 200 times on the dropdown
My last concern is getting the boxes to clear or return to the "ALL" function if someone goes back and clicks on the 1st 2 menus without clearing the 3rd menu (store).
Based on the selections, the sales data will be populated by one master pivot table and using "getpivotdata". I have figured out how to do this part based on an input cell, but don't want to depend on lesser knowledgeable excel users to manually enter the data, hence why I am wanting a dropdown menu.
Any help would be greatly appreciated.