Vlookup Function

G

Guest

hi,

Vlookup function needs a parameter named Lookup_value & according to the
description in Function Argument Wizard, it is the value to be found in the
1st column of the table (leftmost column of a table).

The table mentioned above, is it the newly created table or Table_array?
Another thing is this convention a must?
What about the data which are going to look up for are not in the leftmost
column?

Thanks!
 
P

Pete_UK

If your lookup values are not in the leftmost column of the lookup
table, then you can't use VLOOOKUP - however, a combination of INDEX
and MATCH can be used in this situation

Hope this helps.

Pete
 
G

Guest

Thanks, Pete!


Pete_UK said:
If your lookup values are not in the leftmost column of the lookup
table, then you can't use VLOOOKUP - however, a combination of INDEX
and MATCH can be used in this situation

Hope this helps.

Pete
 
D

Dave Peterson

If you typed in that address, then try again. The site is there now and both
links work fine for me.
 

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

Top