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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
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,215,743
Messages
6,126,608
Members
449,321
Latest member
syzer

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