Is there any difference among results below?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

vlookup(A1,table!A:Z,2,0)
vlookup(A1,table2,2,0)
vlookup(A1,table!$A$1:$Z$10,2,0)
 
The first and thrird refer to tables on a tab named "table"
In the first the table is the full column height
In the third the table is limited to 10 rows

The second refers to a table named "table2", probably a Named Range.
 

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