Linked files

  • Thread starter Thread starter David French
  • Start date Start date
D

David French

I have a user with a VLOOKUP to another file.
It is apparently necessary to open the source file so the information gets
updated.
Is this correct or is there something wrong. When the target file is opened
it asks if the links should update the information but they don't seem to
unless the data source file is opened.

Dave French
 
If you're using just a plain old =vlookup() formula, then it should work with
the workbook closed.

This kind of formula has always worked ok for me:

=VLOOKUP(A1,'C:\My Documents\excel\[Book3.xls]Sheet1'!$A:$B,2,FALSE)

But a couple of warnings:

If the value coming back is long text, you'll only see 255 characters with the
workbook closed.

Some formulas don't work with closed workbooks. If your =vlookup() formula
include the =indirect() function, you'll get a #ref! error when the "sending"
workbook is closed (after the first recalculation).
 

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