activate a list in one cell from a text "trigger" in a different cell

d5hole

New Member
Joined
Jan 18, 2013
Messages
2
i am trying to do the following -

cell A1, is a drop down list of the headers of 3 separate lists

in cell a2 - i need a formula that would activate a drop down list based on the selected text in cell A1 -

example

list 1 - BREADS list 2 - CHEESES list 3 - CONDIMENTS
wheat swiss ketchup
white american mustard
rye cheddar pickles


A1 drop down list -
Breads
Cheeses
Condiments

A2 - if i chose "Cheeses" in A1 - this cell would activate list 2 and allow to choose from swiss,american,cheddar

any help would be greatly appreciated !!!
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Welcome to the board!

Create 3 Named Ranges (Spelled exactly the same as your 3 choices in A1 dropdown)

The A2 data validation use "List" and in "Source" input =INDIRECT(A1)
 
Upvote 0

Forum statistics

Threads
1,222,830
Messages
6,168,511
Members
452,194
Latest member
Lowie27

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