VLOOKUP and table_array link

M

Mats

Hi,


=VLOOKUP(A9;[Book2]Sheet1!$A:$B;2;FALSE)

Is it possible to change the [book2] above so it is looking in to a cell and
reading this value instead.


I would like to stear which file the vlookup is looking in.

/Mats R Andersson
 
G

GK

Mats said:
Hi,


=VLOOKUP(A9;[Book2]Sheet1!$A:$B;2;FALSE)

Is it possible to change the [book2] above so it is looking in to a cell and
reading this value instead.


I would like to stear which file the vlookup is looking in.

/Mats R Andersson

If I understand your question correctly, you can substitute the
following for "Book2" CELL("contents",A100) where A100 contains a
valid name.

GK
 

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