How many rows (arguments?) can be seached by Vlookup function?

  • Thread starter Thread starter Ross
  • Start date Start date
R

Ross

Hi to all

I'm wondering how many rows (are they considered argument?) can be used for
a vlookup table?

Thanks
 
All of them.

But the more data in the table, the longer excel will take to recalc.

=vlookup(a1,sheet2!a:b,2,false)

is fine.
 
Thanks, Dave

For some reason, I seemed to remember being told that there was a limit to
the rows that XL would search through in a vlookup situation, but must have
confused it with something else.
 
Maybe you were told that an =vlookup() formula like:
=vlookup(a1,sheet2!a:b,2,false)

Would limit itself to the usedrange of Sheet2--even though the formula specifies
the entire column.

Maybe????
Thanks, Dave

For some reason, I seemed to remember being told that there was a limit to
the rows that XL would search through in a vlookup situation, but must have
confused it with something else.
 

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

arguments in a formula 5
vlookup VBA code 14
Multiple VLOOKUPS 4
Vlookup with a pick list for tables 1
VLookup 1
Sum Vlookup where there are blanks 1
Excel Vlookup Help 0
IF function involving VLOOKUP 8

Back
Top