Using INDIRECT

A

AMaleThing

I'm trying to use INDIRECT for the first time. I have successfully
used it on its own
e.g. =INDIRECT("'file_"&A1&".xls]sheet1'!B2")

I'm now trying to use it with VLOOKUP, but Im not too should what the
order of syntax was?

e.g. =VLOOKUP(C3, INDIRECT("'file_"&A1&".xls]sheet1'!B2:F10"), 3,
FALSE)

Thanks for your input.
 
B

Bob Phillips

Shouldn't it be

=VLOOKUP(C3, INDIRECT("'[file_"&A1&".xls]sheet1'!B2:F10"), 3,FALSE)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top