Forum Discussion
hareempotter
Mar 21, 2024Copper Contributor
Dynamic named range + data validation not working as expected
Hello, I have a use case where I need to set up a dynamic named range comprised of an entire column. This is the formula I am using to define the range (found on YouTube): =OFFSET('Document ...
- Mar 21, 2024
That is because B4 on Sheet1 is empty. The source range of a data validation drop-down list should be a contiguous range without blanks.
In the attached version I have created a workaround using the FILTER function.
HansVogelaar
Mar 21, 2024MVP
- hareempotterMar 21, 2024Copper ContributorHello Hans,
B1 is the column header and B2 is empty.- HansVogelaarMar 21, 2024MVP
It should work.
Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar? Alternatively, you can attach it to a private message to me. Thanks in advance.
- hareempotterMar 21, 2024Copper Contributor
HansVogelaar certainly.
I re-created the exact issue in the attached workbook. Two options in the range, one of them is showing up as a blank in the dropdown menu.