EDUCBA Logo

EDUCBA

MENUMENU
  • Explore
    • EDUCBA Pro
    • PRO Bundles
    • Featured Skills
    • New & Trending
    • Fresh Entries
    • Finance
    • Data Science
    • Programming and Dev
    • Excel
    • Marketing
    • HR
    • PDP
    • VFX and Design
    • Project Management
    • Exam Prep
    • All Courses
  • Blog
  • Enterprise
  • Free Courses
  • Log in
  • Sign Up
Home Excel Excel Resources Excel Tips VLOOKUP Examples in Excel
 

VLOOKUP Examples in Excel

Madhuri Thakur
Article byMadhuri Thakur

VLOOKUP examples in excel

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. This article will demystify VLOOKUP with a few examples(VLOOKUP Examples in Excel).

 

 

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.

Watch our Demo Courses and Videos

Valuation, Hadoop, Excel, Mobile Apps, Web Development & many more.

You can download this VLOOKUP Examples Excel Template here – VLOOKUP Examples Excel Template

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.

vlookup examples in excel 1-1

In cell F2, we are using VLOOKUP Formula. We have made the table; by using Vlookup, we will find the person’s Last name 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).

vlookup examples in excel 1-2 

  • We can select the table 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.
  • When we place data in E3, 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 formula’s last name.
  • From the Image above, we can see that by writing the name Rahul in the column, we got Dravid as the second name, according
  • to the table on the left.
  • Now we can also widen the data from a single data available, so by just filling in the First Name, we will have the Last name of the person and the runs scored by that person.

VLOOKUP Examples in Excel 1-3

  • So let’s add the third column on the right side, “Runs”.

VLOOKUP Examples in Excel example runs

  • After applying VLOOKUP Formula, the result is shown below.

vlookup example runs 2

  • We can see that just from the first name, we have the last name and the runs scored by that student; If we retrieve runs from the last name column, it will be called 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 matches 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)

  • If we apply the same formula with True or 1 instead of False or 0, we will not have to worry about providing the exact data to the system.
  • This formula will provide the same results, but it will start looking from top to bottom and provide the value with the most approximate match.
  • So even after you make a spelling mistake or a grammatical error, in our case, you don’t need to worry, as it will find the most matched data and provide the mostly matched result.

Approximate Match 1

  • After applying VLOOKUP Formula, the results are shown below.

Approximate Match 2

  • In our example, we have written Mahendra in the first name, and we are still getting the result correctly; this can be a bit complicated while you’re playing with the words, but you are more comfortable working with Numbers.
  • Suppose we have Numeric data instead of the name, word, or alphabetical; we can do this more precisely and with more authentic logic.
  • It seems pretty useless as we are dealing with small data here, but it is very useful while dealing with large data.

Example #3 – Vlookup from a Different Sheet

  • Vlookup from a different sheet is very similar to the Vlookup from the same sheet, so here we have changed the ranges and 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.
  • As you can see, the image on the right side is of another sheet, sheet number 3.

Vlookup from different Sheet 2

  • Apply the VLOOKUP Formula in Column B.

Vlookup from different Sheet 1

  • After applying VLOOKUP Formula, the result is shown below.

vlookup example 1-4

  • Drag down the formula for the next cell. So the output will be as below.

vlookup example 1

  • 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 an 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.

Class Using Approx Match 1

After using the VLOOKUP formula, the result is shown below

vlookup examples 1

  • 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 that 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.

vlookup example 2

Example #5 – Dual Lookup Using Match function

  • The Match function is used when we need to look up two-way data; here, from the above table, you can see data of batsmen against the runs they scored 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)

Dual lookup using Match function 1

  • After applying the Formula, the result is shown below.

Dual lookup using Match function 2

  • Here if we study the formula, we can see that our data is dependent 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 must write the data from the Row of the player’s Name.
  • The formula becomes as follows:

=vlookup(G1, A:D, MATCH(G2, A1:D1,0),0)

  • In the given formula, MATCH(G2, A1:D1,0) is selected column header cell G2 has to be filled by one of the headers from the selected column header.
  • It returns that Dhoni scored 3800 Runs in 2018.

Recommended Articles

This is a guide to VLOOKUP Examples in Excel. We discuss using VLOOKUP in Excel, some practical examples, and a downloadable Excel template. You can also go through our other suggested articles –

  1. IF VLOOKUP Formula in Excel
  2. VLOOKUP Function in Excel
  3. VLOOKUP Funcation in Excel
  4. VBA VLOOKUP Function

Primary Sidebar

Footer

Follow us!
  • EDUCBA FacebookEDUCBA TwitterEDUCBA LinkedINEDUCBA Instagram
  • EDUCBA YoutubeEDUCBA CourseraEDUCBA Udemy
APPS
EDUCBA Android AppEDUCBA iOS App
Blog
  • Blog
  • Free Tutorials
  • About us
  • Contact us
  • Log in
Courses
  • Enterprise Solutions
  • Free Courses
  • Explore Programs
  • All Courses
  • All in One Bundles
  • Sign up
Email
  • [email protected]

ISO 10004:2018 & ISO 9001:2015 Certified

© 2025 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

EDUCBA

Download VLOOKUP Examples Excel Template

EDUCBA
Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

By continuing above step, you agree to our Terms of Use and Privacy Policy.
*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA Login

Forgot Password?

EDUCBA

Download VLOOKUP Examples Excel Template

EDUCBA

डाउनलोड VLOOKUP Examples Excel Template

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more

🚀 Limited Time Offer! - ENROLL NOW