Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

1. The value you want to look up, also called the lookup value.

2. The range where the lookup value is located. Remember that the lookup value should always be in the first colu

3. The column number in the range that contains the return value. For example, if you specify B2:D11 as the range,

4. Optionally, you can specify TRUE if you want an approximate match or FALSE if you want an exact match of the

Now put all of the above together as follows:

=VLOOKUP(lookup value, range containing the lookup value, the column

Examples
Here are a few examples of VLOOKUP:

Example 1
Example 2
Example 3
Example 4
Example 5
Combin
e data
from
several
tables
onto
one
workshe
et by
using
VLOOKU
P
Commo
n
Problem
s
Best
practices
ue should always be in the first column in the range for VLOOKUP to work correctly. For example, if your lookup value is in cell C

okup value, the column number in the range containing the return value, Appro
g the return value, Approximate match (TRUE) or Exact match (FALSE)).

You might also like