BTC USD 75,446.5 Gold USD 4,359.74
Time now: Jun 1, 12:00 AM

Excel VLOOKUP Tutorial for Beginners: Learn with Examples

soybean

CG Hardcore Club
gemgem
Messages
63,243
Paid Membership
Joined
Feb 15, 2009
Messages
63,243
Reaction score
4,135
Points
661

What is VLOOKUP?​

Vlookup (V stands for ‘Vertical’) is an in-built function in excel which allows establishing a relationship between different columns of excel. In other words, it allows you to find (look up) a value from one column of data and returns it’s respective or corresponding value from another column.

In this VLOOKUP guide, we will learn
 

Usage of VLOOKUP:​

When you need to find some information in a large data-spreadsheet, or you need to search for the same kind of information throughout the spreadsheet use the Vlookup function.

Let’s take an instance of Vlookup as:

Company Salary Table which is managed by the financial team of the Company – In Company Salary Table, you start with a piece of information which is already known (or easily retrieved). Information that serves as an index.
 
So as an Example:


You start with the information which is already available:

(In this Case, Employee’s Name)

092917_0650_ExcelVLOOKU1.png
 

Steps for Applying the VLOOKUP function​

Step 1) we need to navigate to the cell where you want to view the Salary of the particular Employee.- (in this instance, Click the cell with index ‘H3’)

092917_0650_ExcelVLOOKU6.png
 
Step 2) Enter the VLOOKUP Function in the above Cell: Start with an equal sign which denotes that a function is entered, ‘VLOOKUP’ keyword is used after the equal sign depicting VLOOKUP function =VLOOKUP ()

092917_0650_ExcelVLOOKU7.png


The parenthesis will contain the Set of Arguments (Arguments are the piece of data that function needs in order to execute).
 
VLOOKUP uses four arguments or pieces of data:

Step 3) First Argument:
the first argument would be the cell reference (as the placeholder) for the value that needs to be searched or the lookup value. Lookup value refers to the data which is already available or data which you know. (In this case, Employee Code is considered as the lookup value so that the first argument will be H2, i.e., the value which needs to be looked up or searched, will be present on the cell reference ‘H2’).

092917_0650_ExcelVLOOKU8.png
 
Back
Top
Log in Register