Conditional Data Validation Lists

benm7

New Member
Joined
Jan 21, 2018
Messages
1
Hi guys,

I am trying to create a table that allows me to select values from a list and that value then filters what I can select in the next drop down and so on.

Example: I have a reference sheet that looks like the below, which contains all my data. On a separate sheet I want to be able to select my material from the options in the reference sheet, which then filters my available options on the type, followed by length, then width, which will then give me the price as shown in the reference sheet.

[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Material[/TD]
[TD]Type[/TD]
[TD]Length (cm)[/TD]
[TD]Width (cm)[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Wood[/TD]
[TD]Pine[/TD]
[TD]100[/TD]
[TD]50[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Wood[/TD]
[TD]Pine[/TD]
[TD]100[/TD]
[TD]80[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]Wood[/TD]
[TD]Pine[/TD]
[TD]200[/TD]
[TD]80[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]Wood[/TD]
[TD]Oak[/TD]
[TD]100[/TD]
[TD]50[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]Metal[/TD]
[TD]Aluminium[/TD]
[TD]100[/TD]
[TD]50[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]Metal[/TD]
[TD]Aluminium[/TD]
[TD]200[/TD]
[TD]80[/TD]
[TD]350[/TD]
[/TR]
[TR]
[TD]Metal[/TD]
[TD]Stainless Steel[/TD]
[TD]300[/TD]
[TD]50[/TD]
[TD]300[/TD]
[/TR]
</tbody>[/TABLE]

I have done this before but it was years ago and simply cannot remember how to do it!

Thanks all,
Ben
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.

Forum statistics

Threads
1,223,908
Messages
6,175,306
Members
452,633
Latest member
DougMo

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