Vlookup size limitations

T

tom sager

I am looking up values in a large external spreadsheet
(7MB file size; 20,000 rows). I have encountered two
problems:

1) vlookup returns N/A if the entry is below row 6500 or
so

2) vlookup only returns the first 255 characters of the
lookup results

These are above and beyond the "not enough resources to
complete this task" message. Any suggestions?
 
G

Guest

Formula is

=VLOOKUP($B12,'C:\...path...\[file.xls]Sheet'!
$A$1:$Z$50000,11,FALSE)

This seems to work when file.xls is open, but not when it
is closed. Must be a system resource issue. I thought
512MB would be enough. Sigh.

Tom
 
F

Frank Kabel

Hi
the problem is the large range. Nothing to dfo with your memory. If you
have that many data you may consider using a database for this kind of
work

--
Regards
Frank Kabel
Frankfurt, Germany

Formula is

=VLOOKUP($B12,'C:\...path...\[file.xls]Sheet'!
$A$1:$Z$50000,11,FALSE)

This seems to work when file.xls is open, but not when it
is closed. Must be a system resource issue. I thought
512MB would be enough. Sigh.

Tom
-----Original Message-----
Hi
1. shouldn't happen. Post your exact formula

--
Regards
Frank Kabel
Frankfurt, Germany



.
 

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

Similar Threads


Top