DashboardNovice
Member
In column A, the user selects from a list of names. In column B, I want the data validation list source to reference the value in column A, which is a named range.
So column B, references a named range in column A. When the user clicks the in cell drop down arrow in column B, different choices will appear in the list, based on the name selected in column A.
In column B, my data validation list formula is:
This evaluations to an error. The current value in column A is definitely a named range.
What could be going wrong?
So column B, references a named range in column A. When the user clicks the in cell drop down arrow in column B, different choices will appear in the list, based on the name selected in column A.
In column B, my data validation list formula is:
Code:
=indirect($A4)
This evaluations to an error. The current value in column A is definitely a named range.
What could be going wrong?