if fuction to return a list

charlie_rabbit01

New Member
Joined
Aug 20, 2014
Messages
4
Hiya

I'm hoping the following is possible:

I have lists called animation, film and photography

I want the if to look at cell A1 if A1 = ANI then allow user to choose from drop down animation, if A1 =FIP then allow use to choose from drop down Film.
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.

ghrain22

Active Member
Joined
Jan 9, 2014
Messages
473
1. Make 2 named lists. Name one FIP and the other ANI.
2. Select the cell you would like to insert the drop down
3. Go to the Data tab in your ribbon and select Data Validation.
4. In the settings tab of the data validation window, select "List" in the "Allow" drop down box.
5. In the Source use the following formula:
=Indirect($A$1)
 
Upvote 0

Forum statistics

Threads
1,191,165
Messages
5,985,039
Members
439,935
Latest member
Monty238

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
Top