Introduction to VLOOKUP Examples in Excel
This article covers one of the most helpful features which is VLOOKUP. Simultaneously it is one of the most complex and less understood functions. In this article, we will demystify VLOOKUP with a few examples.
Examples of VLOOKUP in Excel
VLOOKUP in Excel is very simple and easy to use. Let’s understand how to use the VLOOKUP in Excel with some examples.
Example #1 – Exact Match (False or 0)
Here for this example, let’s make a table to use this formula, Suppose we have the data of students as shown in the image below.
In cell F2, we are using VLOOKUP Formula. We have made the table, by using Vlookup we will find the Last name of the person from their first name, all the data has to be available in the table which we are providing the range to find the answer within (A:C in this case).
- We can select the table too instead of the entire row, In the formula, you can see written 2 before False as a column indicator because we want data to be retrieved from column # 2 from the selected range.
- Here when we place data in E3 which is the first name from our given table the formula will give us the Last Name.
- When we enter the first name from a table we are supposed to get the Last name from the formula.
- From the Image above we can see that by writing the name Rahul in the column we got Dravid the second name according to the table on the left.
- Now we also can widen the data from a single data available, so by just filling the First Name, we will have the Last name of the person and also the runs scored by that person.
- So let’s add the third column in the right side “Runs”.
- After applying VLOOKUP Formula the result is shown below.
- As we can see that just from the first name we have got the last name and the runs scored by that student, If we retrieve runs from the last name column, it will be called as chained Vlookup.
- Here you can see we have written 3 as we want the data of column #3 from the range we have selected.
- Here we have used False OR 0 which means it is matching the absolute value, so by applying even extra space to our first name, it will show the #N/A means data not matching.
Example #2 – Approximate Match (True or 1)
- Here if we apply the same formula with True or 1 instead of False or 0, we will not have to worry about how to provide the exact data to the system.
- This formula will provide the same results but it will start to look from the top to bottom and provides the value with the most approx match.
- So even after you make some spelling mistake or a grammatical error in our case, you don’t need to worry, as it will find the most matched data and provides the result of mostly matched.
- After applying VLOOKUP Formula the results are shown below.
- In our example, we have written Mahendra in the first name and still, we are getting the result correctly, this can be a bit complicated while you’re playing with the words but more comfortable while you’re working with Numbers.
- Suppose we have Numeric data instead of the name or word or alphabetical, we can do this more precisely and with more authentic logic.
- It seems pretty useless as here we are dealing with small data, but it is very much useful while you’re dealing with large data.
Example #3 – Vlookup from a Different Sheet
- Vlookup from a different sheet is very much similar to the Vlookup from the same sheet, so here we have changed in the ranges, as here we have different worksheets.
- We have a table in sheet number 2 as per the following image, we will find the result of this student in sheet number 3 from their roll nos.
- Now as you can see the image on the right side is of another sheet which is sheet number 3.
- Apply the VLOOKUP Formula in Column B.
- After applying VLOOKUP Formula the result is shown below.
- Drag down the formula for the next cell. So the output will be as below.
- From the above images, you can see that the range of the formula has been indicated with ‘Example#2′ as the data we needed will be retrieved from Example #2 and column #3. So as a column indicator we have written 3 and then 0 means False as we want exact data match.
- As you can see from the below image we have successfully retired the entire data from Example #2 to Sheet # 3.
- You can see from the above image, after getting the value in the first row we can drag the same and get to throughout data against the given roll nos. if it is available in the given table.
Example #4 – Class Using Approx Match
- To define class from the marks, we can use an approx match to define the class against the Marks.
After using the VLOOKUP formula the result is shown below
- As per the above image, you can see that we have made a table of students with marks to identify their class we have made another table which will act as the key,
- But make sure that the marks in the cell have to be in ascending order.
- So in the given data, the formula converts the marks into a grade from the class table or “Key” table
- Drag the same formula from cell C2 to C9.
Example #5 – Dual Lookup Using Match function
- The Match function is used when we need to lookup two-way data, here from the above table you can see there is data of batsman against the runs scored by them in particular years.
- So the formula to use this match function is as follows:
=vlookup(lookup_Val, table, MATCH(col_name, col_headers,0),0)
- After applying the Formula the result is shown below.
- Here if we study the formula, we can see that our data is dependant on two data, in our case what we write in G1 and G2, in the Match function we have to select the Column Headers, any of the headers have to be written in G2 which is dedicated to the column name.
- In column G1 we have to write the data from the Row of Players Name.
- The formula becomes as follows:
=vlookup(G1, A:D, MATCH(G2, A1:D1,0),0)
- Here in the given formula MATCH(G2, A1:D1,0) is selected column headers cell G2 has to be filled by one of the headers from the selected column header.
- It returns that Dhoni has scored 3800 Runs in 2018.
Recommended Articles
This is a guide to VLOOKUP Examples in Excel. Here we discuss how to use VLOOKUP in Excel along with some practical examples and a downloadable excel template. You can also go through our other suggested articles –