#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default VLookup question

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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default VLookup question

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.

--
Biff
Microsoft Excel MVP


"MParham" wrote in message
...
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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP question Jonah Excel Discussion (Misc queries) 1 November 9th 06 05:18 AM
VLOOKUP question duration Excel Worksheet Functions 9 July 11th 06 03:25 PM
Vlookup Question carl Excel Worksheet Functions 1 February 21st 06 05:50 PM
VLOOKUP question jspizman Excel Worksheet Functions 3 January 22nd 06 09:10 PM
VLOOKUP Question. StephenAccountant Excel Discussion (Misc queries) 3 July 6th 05 10:28 PM


All times are GMT +1. The time now is 03:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"