Data validation: concatenate two separate ranges in the List?

D

DaveO

In setting up data validation to allow a cell entry from a specified
list, you can define a named range to represent the list and enter the
reference =NamedRange. Is it possible to concatenate two distinct
ranges into a single list?
 
A

Anne Troy

Not to my knowledge, at least not easily. In the past, I have concatenated
the data in an additional column on my data sheet...even if I then hide that
column from view.

****************************
Hope it helps!
Anne Troy
www.OfficeArticles.com
****************************
 
D

DaveO

...at least not easily

I was able to write some code to append list1 to the bottom of list2,
and expand the .RefersTo range of list2 to accommodate.

Thanks for your response!
 

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

Top