Combining data ranges

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to set up the below formula for a validation for a list box. If C5
is NSPS, then I want my list to only contain the values in 1 named data range
+ the values of the 2nd named data range. I keep getting error messages. What
am I missing? It's driving me crazy. Thanks for anyones help!

=IF($C5="NSPS",NEWNSPS&NUMBERS,"")

Karen
 
If by list box you mean Data Validation, you cannot do whay you want using
DV. If it's not DV, then which List Box is it?

I am sure you will need code to get your desired result.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top