View Single Post
 
Old 04-18-2025, 07:55 AM
MartinGM MartinGM is offline Windows 11 Office 2021
Competent Performer
 
Join Date: May 2023
Location: England
Posts: 101
MartinGM is on a distinguished road
Default Concatenating two ranges in data validation

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 ?
Reply With Quote