Is it possible to source two separate Tables for a dependent drop down list?

rangeralex

New Member
Joined
Jan 3, 2013
Messages
20
I understand the basic idea of using Indirect to create dependent drop down lists. However, I'm aiming for a more user friendly interface. I am trying to create a budget workbook that includes a summary income table and summary expense table.

Income Table
AccountAccount NameBudgetForecastActual
0001Fees10001100800
0002Investment20001500200

<tbody>
</tbody>

Expense Table
AccountAccount NameBudgetForecastActual
5001Supplies30002000200
6001Technology1005025

<tbody>
</tbody>

Detailed Second Table
EventBFAIEItemCategory
EventABudgetIncomeParticipant FeesFees

<tbody>
</tbody>


Both of these tables are on a summary sheet. I would like to keep them separated for sake of formatting. It most resembles an existing template within my organization in this way. I also have a second sheet that contains the details of each category. What I’d like to do is to be able to select from a drop-down menu “expense” in the details sheet and create a second drop down menu under “category” that would only display the categories listed in column 2 of the summary expense table.

This would allow the sheet to be more user friend to those who don’t understand the structure and formatting as well if they needed to add an additional expense category. They could simply add it in the summary sheet and have it show up in the details section. Is this possible?
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,214,980
Messages
6,122,563
Members
449,088
Latest member
Motoracer88

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