indirect.ext question

D

Dave K

I am having one minor issue with the indirect.ext function. Everything works
great when I type in this:

=VLOOKUP("Net
Worth",INDIRECT.EXT("'I:\EXCEL\SPREADS\PFS-PCF\[bishope.xls]pfs'!a9:f45"),2,FALSE)

What I really need to do is change the file name based on the value of a
nearby cell. For instance,
=VLOOKUP("Net
Worth",INDIRECT.EXT("'I:\EXCEL\SPREADS\PFS-PCF\[A2.xls]pfs'!a9:f45"),2,FALSE)
Where A2 contains the name bishope.

Obviously, that will not work. How can I make it work?

Thanks in advance!
 

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