Vlook Up
Vlook Up
WHAT IS VLOOKUP?
In basic terms, VLOOKUP is used to look up a value from a different location in your
workbook. It’s useful because when dealing with large amounts of data because you always
need to look things up.
THE FORMULA
=Vlookup (Find this value/number, in this list, and give me the corresponding information in
column number #, it should be an exact match)
VLOOKUP looks for a value in the leftmost column of a table, and then returns a value
in the same row that you specify.
Make sure the reference (look up) is always the first column in your documents
For ease of reference number the columns in your source information
Before you start always make sure your data is clean and formatted
THE F4
The F4 button creates an Dollar sign $ - This is used to locked the selection. We need to tell
the formula that we only want it to look up from that one set ‘look up’ table – we want to make
sure the formula STICKS to that section=VLOOKUP(A2,LCP!$1:$1048576,4,FALSE)
1|Page
TRUE will look for the value closest (but always below).
Step 1: Type =Vlookup (in the respective cells you would like to data to show.
Step 2: Select the lookup value that you would like to search in the table array or list.
Step 3: Select the database or list you want to retrieve the data from.
NB: Make sure the lookup value/ID/employee number is in the first column of the list to
ensure that you can perform the lookup
Step 4: Press F4 to ensure that your list cannot change.
Step 5: Type the number of the column in the list you need information from.
Step 6: Type FALSE.
TIPS
When copying a formula, it’s important to open the formulas, copy and close the formula.
Without closing it will edit the function.
2|Page