Can I do this? =VLOOKUP(A4,D1,2,FALSE); Where D1 has "$A$4:$B$18"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Required to link between two workbooks. Should be able to concatenate
different cells having the path of the second workbook. [in question - cell
D1]. Then use this path in vlookup formula.
 
Hi Saravan,
- cell D1]. Then use this path in vlookup formula.

you need indirect(d1) instead of just d1 for this, look in excel help
for details.

arno
 
Hello Arno,
Thank you very much. Your solution has resolved the issue.

Thanks again.

arno said:
Hi Saravan,
- cell D1]. Then use this path in vlookup formula.

you need indirect(d1) instead of just d1 for this, look in excel help
for details.

arno
 
To use INDIRECT function we need to have the other work book open. Is there
any other funtion that we could use to work this out, even if the excel file
is closed.

arno said:
Hi Saravan,
- cell D1]. Then use this path in vlookup formula.

you need indirect(d1) instead of just d1 for this, look in excel help
for details.

arno
 

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

Back
Top