Data Validation (select from list) dependent on cell contents

yorkshirelad

Board Regular
Joined
Aug 18, 2003
Messages
100
Any help would be really appreciated on this one, I've spent hours attempting to make it work without success.

This is the scenario

In cell B1 is a drop-down where the user selects from a list =$E$1:$E$3 Dog, Cat, Cow
In cell B2 I need a drop-down where the list reflect what's chosen in B1

If it is a Dog (E1) the list is =$F$1:$F$3
If Cat (E2) the list is =$G$1:$G$2
If Cow (E3) = $H$1:$H$4

Many thanks for your assistance
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Any help would be really appreciated on this one, I've spent hours attempting to make it work without success.

This is the scenario

In cell B1 is a drop-down where the user selects from a list =$E$1:$E$3 Dog, Cat, Cow
In cell B2 I need a drop-down where the list reflect what's chosen in B1

If it is a Dog (E1) the list is =$F$1:$F$3
If Cat (E2) the list is =$G$1:$G$2
If Cow (E3) = $H$1:$H$4

Many thanks for your assistance
First name all your ranges... Insert name, range.. don't include the heading just the elements. Label all your headings on row A dog, cat,cow. call this categories in name define. go to sheet 1 and go Validation, List, =category this will now show a drop down list with Dog, Cat, Cow.
Now to get the types of Dog, Cat, Cow. go a cell under and use: validation, List =indirect(substitute(A1," ","_")) ... substitute is used in case you want to use a heading like Wow cow.
 
Upvote 0

Forum statistics

Threads
1,224,618
Messages
6,179,917
Members
452,949
Latest member
beartooth91

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