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:
ABC
1Food Group
Food Type
qty
2Fruit
Apple
1
3Vegetable
Carrot
3
4Fruit
Orange
1
5Fruit
Apple
3
6Vegetable
Potato
1

<tbody>
</tbody>


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

ABC
1Food Group
Food Type
qty
2Fruit
Apple
1
3Fruit
Apple
3
4

<tbody>
</tbody>

Thank you for taking the time to help.

-J
 
Last edited:

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.

Forum statistics

Threads
1,215,426
Messages
6,124,828
Members
449,190
Latest member
rscraig11

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