Lists based on a Table

iansouster

New Member
Joined
May 13, 2015
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi,

Hope someone can help me out there as I've been scratching my head with this problem all morning.

I have a table of information (see below) and I want to be able to create some drop down lists.

VehicleMakeColour
CarFordRed
VanPeugeotGreen
LorryDAFWhite
CarFordBlue
LorryScaniaGrey
CarVauxhallGreen

What I want to do is in Cell 1 have a drop down list so I can pick a Vehicle, once the vehicle is picked, in Cell 2 I want to be able to pick from the available Makes for that Vehicle type, and then finally in Cell 3 to pick the available Colour.

For example:
If I was to pick Car in Cell1 the options in the drop down list for Cell 2 would be Ford and Vauxhall (no duplicates). After picking Ford in Cell 2 the options in Cell 3 would be Red and Blue.

I'm not sure if this is even possible but I know there are some very smart people on this Forum!

Thanks

Ian
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
What version of Excel are you using?
You can modify your account profile to show this in your mini profile, which saves members having to ask.
 
Upvote 0
Ok, thanks for that.
How about

+Fluff New.xlsm
ABCDEFGHIJ
1VehicleMakeColourVehicleMakeColour
2CarFordRedCarFordRedVehicleCar
3VanPeugeotGreenVanVauxhallBlueMakeFord
4LorryDAFWhiteLorryGreenColourRed
5CarFordBlue
6LorryScaniaGrey
7CarVauxhallGreen
8CarFordRed
9VanPeugeotGreen
10LorryDAFBlue
11CarFordGreen
12LorryScaniaGrey
13CarVauxhallGreen
14
Sheet1
Cell Formulas
RangeFormula
E2:E4E2=UNIQUE(FILTER(A2:A100,A2:A100<>""))
F2:F3F2=UNIQUE(FILTER(B2:B100,A2:A100=J2))
G2:G4G2=UNIQUE(FILTER(C2:C100,(B2:B100=J3)*(A2:A100=J2)))
Dynamic array formulas.
Cells with Data Validation
CellAllowCriteria
J2List=$E$2#
J3List=F2#
J4List=G2#
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,552
Members
449,088
Latest member
davidcom

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