Forum Discussion
HELP! Data Validation & Indirect Function for Subcategory
- Aug 30, 2022
Select B1:B5000.
Remove the existing data validation rules, if any.
Set up data validation of type List with formula =INDIRECT($A1)
Please note that there is no $ sign before the row number 1. This makes the row number relative: Excel will automatically use =INDIRECT($A2) in B2, =INDIRECT($A3) in B3, etc.
Select B1:B5000.
Remove the existing data validation rules, if any.
Set up data validation of type List with formula =INDIRECT($A1)
Please note that there is no $ sign before the row number 1. This makes the row number relative: Excel will automatically use =INDIRECT($A2) in B2, =INDIRECT($A3) in B3, etc.
- DreCptAug 31, 2022Copper Contributor
Hans, you`re a lifesaver! 🙂
Thank you very much, it works perfectly!
I knew that $ blocks the column/row but somehow I haven't thought about it.
Thank you and have a lovely day!