VLookup question

  • Thread starter Thread starter MParham
  • Start date Start date
M

MParham

I have a table that consist of Account information and that table is
referenced from other Excel files. Most of the time the information it
returns is correct but sometimes it returns the wrong information or no
information and to clear it up, I simply open the VLookup table file. I don't
have to edit anything, just open the file and everything clears up, why is
that? and is there a way to fix it?
 
The problem is that Excel can only link to external arrays of a certain
size.

If I use a formula like this:

=VLOOKUP(A1,'C:\TV\[xtest.xls]Sheet1'!$A:$B,2,0)

Where the source file contains 65536 rows of actual data.

That formula returns an #N/A error if the lookup_value is after row 16375 in
the source file when the source file is closed. If the source file is open
it works as expected.
 

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