Advanced dropdown - multiple words

u65646

New Member
Joined
Oct 11, 2014
Messages
15
I'm having difficulty in creating a drop down menu thats dependant on the 1st drop down.

For example, I have a list of product lines, Regulatory Compliance, Anti-Fraud, Financial Custom, Financial Control.

I have a separate list of the items that relate to Regulatory Compliance, Anti-Fraud, Financial Custom, Financial Control.

For the product lines, I created a named range called product lines.

For the separate lists, I created a named range and named them Regulatory_Compliance and Anti_Fraud, Financial Custom and Financial Control.

After the drop down for Regulatory Compliance was selected. The other cell, I entered in the data validation prompt INDIRECT(SUBSTITUTE(B2," ","") and this does not give me the list of options from my separate list that relate to the Regulatory Compliance.

I know that the =indirect(b2) would work for example if the list was only 1 word cells.

Please can you advise what steps I need to do to help get the necessary results.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
How about something like
=INDIRECT(SUBSTITUTE(SUBSTITUTE(B2,"-"," ")," ","_"))
 
Upvote 0

Forum statistics

Threads
1,214,786
Messages
6,121,553
Members
449,038
Latest member
Guest1337

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