File name from cell

  • Thread starter Thread starter Kash
  • Start date Start date
K

Kash

=VLOOKUP(C$2,[Malcolm.xls]Login!$M$1:$N$31,2,FALSE)

in the above formula, how to make the file pick from cell? Something like
&A3&".xls"?
 
Try

=VLOOKUP(C$2,INDIRECT("'[" & A3 & ".xls]Login'!$M$1:$N$31"),2,FALSE)

If this post helps click Yes
 
Hi,

When I use the indirect.ext function it works fine until I recalculate the
workbook. When I do so, it shows an error value

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
 
Back
Top