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

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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