Hi,
I'm trying to use a Vlookup to use different ranges within an existing Vlookup depending on what's in column B.
=VLOOKUP(A2,VLOOKUP(B2,StaticData!$A$2:$X$21,24,FALSE),2,FALSE)
I'm getting an #value because the range is coming back with speech marks around it...
Any help appreciated...