HLOOKUP: specify table array in a cell

M

Melanie

I am looking to specify the range of cells for the table_array in a cell.

For example:
=HLOOKUP("ABC", A1, 5, 0)
where A1 would contain the info on my range of cells in a different notebook.

How would I do this?
Thanks
 
T

T. Valko

where A1 would contain the info on my
range of cells in a different notebook.

What do you mean by: in a different notebook?

You can try it like this but if a different notebook means a different
workbook (file) then that workbook (file) must be open for this to work.

=HLOOKUP("ABC",INDIRECT(A1),5,0)
 
M

Melanie

oops I mean different workbook. Is there any way of not having that other
workbook open?

Thanks
 

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