I have a number of named ranges and am trying to use a drop down box combined with a vlookup to pull data from them.
So if the ranges are "Test1", "Test2" and "Test3", the drop down box is cell C1, my vlookup is:
=VLOOKUP(A2,INDIRECT(C1),3)
This gives me a #REF! error.
In testing this I have put "Test1" in place for INDIRECT(C1) and this works, I have tried a named range on the same sheet and that works, but the named ranges referring to other sheets just REF out.
Any ideas?
G
So if the ranges are "Test1", "Test2" and "Test3", the drop down box is cell C1, my vlookup is:
=VLOOKUP(A2,INDIRECT(C1),3)
This gives me a #REF! error.
In testing this I have put "Test1" in place for INDIRECT(C1) and this works, I have tried a named range on the same sheet and that works, but the named ranges referring to other sheets just REF out.
Any ideas?
G