How to make a list conditional upon another list?

RedMisterExcel

New Member
Joined
Oct 26, 2021
Messages
27
Office Version
  1. 2016
Platform
  1. Windows
Hey guys, potentially dumb question, but I want to create a drop-down list that can spawn a selection of further drop-down lists from another cell contingent on the entry in the first list.

For example: List A = Fruit, Vegetables, Drinks

List B can be one of these three depending on which of the entries in List A was selected first: Apples, Oranges, Bananas; Celery, Broccoli, Carrots; or Pepsi, Coke, Sprite

Is that possible to do?
 
I was talking about your profile on this site to show which version of Excel you are using.
 
Upvote 0

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.
I was talking about your profile on this site to show which version of Excel you are using.
Oh lol, sorry.

But yeah, can anyone help in terms of creating a single drop down list, or is it not possible?
 
Upvote 0
MrExcelPlayground13.xlsx
ABCDE
1ItemTypeTypeItemFruit
2AppleFruitFruitAppleOrange
3OrangeFruitVegetableOrange
4BananaFruitDrinkBanana
5CeleryVegetable
6CroccoliVegetable
7CarrotsVegetable
8PepsiDrink
9CokeDrink
107upDrink
Sheet20
Cell Formulas
RangeFormula
C2:C4C2=UNIQUE(B2:B10)
D2:D4D2=FILTER(A2:A10,B2:B10=E1)
Dynamic array formulas.
Cells with Data Validation
CellAllowCriteria
E1List=C2#
E2List=D2#

Sorry friend, let me rephrase. Is it possible to create a dependent drop-down list for a single bar item, or do you have to create multiple secondary data validation lists?

For example if DV A says Fruits, then DV B lists apples, oranges, bananas. If DV A says Veggies, then DV B changes to carrots, bellpeppers, tomatoes. Is that possible or do I have to create DV C to account for veggies instead?
 
Upvote 0
No it doesn't.
Also please update your profile as requested.
 
Upvote 0

Forum statistics

Threads
1,215,436
Messages
6,124,869
Members
449,192
Latest member
MoonDancer

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