Formula - Drop Down Lists

spicekid

New Member
Joined
Mar 22, 2016
Messages
12
Any advice on a question I have.

I have a simple table that has data in it

Area (D2)
Title (D3)

For the above, D2 already has a formula that says =summary!L2, which is linking in from a previous tab which has a vlookup formula.

What I want D3 to show is a list of titles that are listed on another tab….so if D2 = pens, then D3 will show a list of titles only relevant to pens. If D2 = pencils, then D3 will show a list of titles only relevant to pencils.....there are about 40 areas that could be listed in D2 and there are about 200 titles in total.....

I hope I have made this clear....any advice would be greatly appreciated. I did try doing something around conditional drop down lists, but I don't know if this is the best way.

Alan
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi,

Sounds like you need to use the INDIRECT function using drop-down options. You'll need to create a named range for all of the Areas to appear in D2 and then individual named ranges for each of the Titles to then appear in D3, based on the choice made in D2.

This site should guide you through it:
http://www.contextures.com/xlDataVal02.html


Cheers,
Rich
 
Upvote 0

Forum statistics

Threads
1,215,398
Messages
6,124,690
Members
449,179
Latest member
kfhw720

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