Hi all,
I'm struggling with this issue and I hope you can help me out:
Wilco
I'm struggling with this issue and I hope you can help me out:
- In a table on sheet 1, I want to show a dropdown list in cell H3 using datavalidation. The contents of the list should be dependent on the value in cell G3. If G3 contains the abbreviation “KS” the contents of the list should be based on the named range “KS”, which refers to the range =OFFSET(Sheet2!$I$2;1;0;COUNTA(Sheet2!$I:$I)-1;1). If G3 contains “OT” it should load that named range into the list, etc. I referred to these named ranges elsewhere and they seem to work.
- To make the dropdown dependent on the value in G3 I inserted the formula =Indirect(G3) as the source for the list in the datavalidation screen
- This results in a blanc list, though
Wilco