Combo box to change table data

thart21

Board Regular
Joined
Mar 3, 2005
Messages
159
I have a workbook with 3 tabs each with a table of data - Daily Data, Weekly Data & Monthly Data and a tab with my raw source data.

I have dropdowns on each to select the month and department (above the word "Automotive", don't know why they didn't show up in my html maker)
Excel Workbook
ABCDEF
1
2
3
4AUTOMOTIVE
5NOVEMBERWEEK 1
6Date11/1/201011/2/201011/13/201111/4/201011/5/2010
7Total Demand
8Total Shipped
9Total Open
Sheet2
Excel 2007

On the Daily tab, there will be 4 sections, Week1, Week2, etc. which I need to pull the data from my source table. I need for all of the sections to change the data when a new month and/or department is selected. If I can get some VBA to do this, the others (Weekly, Monthly rollups) should follow the same process I'm assuming. What is the best way to do this? VLOOKUP just seemed very time consuming so was hoping there was a VBA method (Offset?) that would be better. I will be working with about 4 months of source data at any given time.

Thanks for any help.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,224,597
Messages
6,179,808
Members
452,944
Latest member
2558216095

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top