Dependant Validation List Question

Mister H

Well-known Member
Joined
Mar 6, 2002
Messages
1,507
Hi All:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
I am hoping that this makes sense to someone...<o:p></o:p>
<o:p></o:p>
I am trying to create a drop down list that is dependant on other selections. I have it working but there is an issue if one of the cells is blank. Here is the formula that I have in the Data Validation in cell E47<o:p></o:p>
<o:p></o:p>
=INDIRECT(SUBSTITUTE(E4&B47," ",""))<o:p></o:p>
<o:p></o:p>
The problem I am having is that if B47 is Blank then then I want there to be nothing showing in the drop down for cell E47 but what is currently happening is the list that appears in B47 is now appearing in E47<o:p></o:p>
<o:p></o:p>
SO, if this is making sense to anyone I need something like this in my Data Validation Source in cell E47, however it is not working for me.<o:p></o:p>
<o:p></o:p>
=IF(B47="","", =INDIRECT(SUBSTITUTE(E4&B47," ",""))<o:p></o:p>
<o:p></o:p>
ANY suggestions? I am new to the Dependant Validation.<o:p></o:p>

THANKS,
Mark
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi:

Just in case anyone actually understood my garblled post I have come up with a solution.

I created another named range called Blank and then entered this formula (Blank is just a single empty cell)

=IF(B47="",Blank,INDIRECT(SUBSTITUTE(E4&B47," ","")))

Probably not the best solution but it seems to work.

Bye 4 Now,
Mark :)
 
Upvote 0

Forum statistics

Threads
1,224,540
Messages
6,179,417
Members
452,912
Latest member
alicemil

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