L
Lance
use the INDIRECT fuction.
eg
=VLOOKUP(D16,INDIRECT(D15&"A1:A9"),1,0)
where d15 = the path and "a1:a9" = the table
LAnce
eg
=VLOOKUP(D16,INDIRECT(D15&"A1:A9"),1,0)
where d15 = the path and "a1:a9" = the table
LAnce