![]() |
#1
|
|||
|
|||
![]()
In a data validation setting I want to show the concatenation of two named ranges.
I can do this by concatenating them on a worksheet with the VSTACK funtion, applying a new range name to the result, and referencing the new range name in the data validation. That works, but is clumsy and takes some maintenance if the constituent ranges change in size. I tried creating a named range with the definition =VSTACK(Range 1,Range2) then referencing that name in the data validation, but it wasn't accepted. Neither did entering this in the data validation setting =Range1 & Range2 Is there another simple way to have two ranges in a data validation setting ? |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Data Validation | firozmohammed | Excel | 4 | 11-18-2023 01:55 AM |
![]() |
BoardingSUP | Excel Programming | 5 | 10-17-2021 08:05 AM |
Need to copy specific ranges column data as row data from one worksheet to another using excel VBA | ganesang | Excel Programming | 1 | 03-26-2020 06:18 AM |
![]() |
Rich18144 | Excel | 4 | 01-14-2016 04:37 AM |
Data validation with IF | Klyxrastafari | Excel | 1 | 10-03-2011 04:41 PM |