VLOOKUP Arguments
The VLOOKUP syntax has four arguments.
=VLOOKUP (Lookup Value, Range, No Cols Offset, True/False)
Reference - the cell or text or value you are looking.
Range- the range that reference is in contained within. The Reference must be contained in the very first column as the data is looked up from left to right.
No Cols Offset - from the reference column
True/False -This is the type of match - either exact or approximate.
Key Point - VLOOKUP Only Looks To The Right!
VLOOKUP has two arguments for matching data, exact match and approximate match. The choice for either of the two is made with the 4th argument. It is True False above but Excel calls this [Range Lookup]. We put a False (or zero) to make Excel get an exact match or True (or One) for an approximate match.
Example 1 - The VLOOKUP Exact Match
Probably the most well known and used method for VLOOKUP is the exact match. This type of match with the VLOOKUP is ideal when you are looking up a unique key and want to return data based on that key. The following table shows the sales key and if you are looking for the sales key the VLOOKUP can return all the columns to the right.