multiple drop down list that populates data

acousticlife81

New Member
Joined
Mar 29, 2017
Messages
12
Does anyone know a way that I can get data to populate from multiple drop down list that are dependent on each other. Here is an example of what I am trying to do.

Drop down list

Fruit-->Apple, Banana, Orange
Vegetable--> Carrot, Potato

Data Set:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Food Group
[/TD]
[TD]Food Type
[/TD]
[TD]qty
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Fruit
[/TD]
[TD]Apple
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Vegetable
[/TD]
[TD]Carrot
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Fruit
[/TD]
[TD]Orange
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Fruit
[/TD]
[TD]Apple
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Vegetable
[/TD]
[TD]Potato
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Now I need it to populate data from this list from a multiple dependent drop down list. The end result would look like this:

Fruit-->Apple -->qty

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Food Group
[/TD]
[TD]Food Type
[/TD]
[TD]qty
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Fruit
[/TD]
[TD]Apple
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Fruit
[/TD]
[TD]Apple
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Thank you for taking the time to help.

-J
 
Last edited:

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,225,626
Messages
6,186,089
Members
453,336
Latest member
Excelnoob223

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