Hi,
I am using Indirect Drop Down lists for my project. =indirect(e30) etc.
I have a rage of name ranges in the name manager. I am using this sort of formula to adjust the lists as things are added or removed:
=Sheet1!$C$2:INDEX(Sheet1!$C$2:$C$1000,SUMPRODUCT(--(Sheet1!$C$2:$C$1000<>"")))
My...