How to Use VLOOKUP Function with Exact Match in Excel

While working on big datasets of big companies, educational institutions, and financial organizations like banks, it is required to find particular data. In that case, the VLOOKUP Function is the perfect tool. Today, in this article, we’ll learn four suitable examples of using the VLOOKUP function with an exact match in Excel effectively with appropriate illustrations. We will break down every step of using this function with several examples below. Here is the overview of today’s dataset.

Excel VLOOKUP function exact Match


Introduction to VLOOKUP Function

Syntax:

=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]

Syntax of VLOOKUP function

Arguments

Arguments Required/Optional Explanation
Lookup_value: Required It specifies the value from the first column that we want to look up.
Table_array Required It is the table array where Excel search for data.
 Col_index_num Required It is an integer number that represents the column number from the left.
[range_lookup] Optional It defines whether the search should return an exact match or not
Notes
  • If there is no exact match on the data array, we have to use TRUE for an approximate match.

 true=approximate match

  • For an exact match, we have to use FALSE in the formula.

false=exact match

  • But if you don’t use TRUE or FALSE in the formula, It takes TRUE in the formula and returns an approximate match.
  • The VLOOKUP Function is the perfect tool to find out any particular data from Excel’s data table. It returns an approximate or exact match value based on the criterion added to the formula “True” or ” False”. The process of using the VLOOKUP Function is discussed step by step with a few real-life examples.

Available In

The VLOOKUP function is available from Excel 2003 to the present version. While writing this article, I used Office 365.


Excel VLOOKUP Function for Exact Match: 4 Practical Examples

Example 1: Finding Particular Student’s Marks in a Specific Subject

Suppose, we have a dataset of students’ mark sheets for the exam. It contains students’ Names, and their marks in the subjects Physics, Math, and English. Here we will use the VLOOKUP function to find particular students’ marks in a subject.

Let’s say we want to find out if Phoebe Buffays obtained marks in Mathematics. Here is how we do it. If you follow the steps below step by step,  you will be able to do it eventually.

 Steps:

  • First of all, select cell D17, and write down the following formula in that cell.
=VLOOKUP(B17,B5:E14,3,FALSE)
  • Hence, press Enter, as a result, you can find Phoebe Buffay’s marks in Math using the VLOOKUP function with an exact match. The mark in Math is 48.
Formula Breakdown
  • Inside the VLOOKUP function, B17 is the lookup_value, B5:E14 is the table_array, 3 is the col_index_num, and FALSE is the [range_lookup].
  • The VLOOKUP function will look up the value of B17 in the table array from cell no B5 to E14. As the column index number is given 3, it will show the corresponding value of cell B17 from column 3.

Finding students marks using VLOOKUP Function

Read More: How to Use VLOOKUP to Find Duplicates in Two Columns


Example 2: Finding Sales of a Particular Employee

Suppose, we have a dataset of Sales statements of a company. It contains the employee’s Name, ID, Region, and Sales. Here we will use the VLOOKUP function to find particular employees’ sales.

Let’s say we want to find out Chandler Bings’ sales. Here is how we do it. If you follow the steps, you can do it eventually.

Steps:

  • To begin with, select D17.
  • After that, insert the following formula in that cell.
=VLOOKUP(B17,B5:E14,3,FALSE)
  • Hence, press Enter. As a result, you will be able to find Chandler Bings’ sales, and the sale is $35,600.

Finding sales of an employee using VLOOKUP Function


Example 3: Searching Particular Price of a Commodity

Suppose, we have a dataset of prices of various products in a daily super shop. It contains the product’s Name, Rack No, Stock, and Price. Here we will use the VLOOKUP function to find a particular product’s price.

Let’s say we want to find out the price of Meat.  Here is how we do it. If you follow the steps, you can do it eventually.

Steps:

  • At the beginning, select D17.
  • Further, write down the formula as,
=VLOOKUP(B17,B5:E14,3,FALSE)
  • Hence, press Enter. As a result, you will be able to find the price of Meat is $168.

Finding price of commodity using VLOOKUP Function


Example 4: Finding Address

Suppose, we have a dataset of addresses. It contains the Postcode, State, City, and Address. Here we will use the VLOOKUP function to find the address.

Let’s say we want to find out the Address based on Postcode. Here is how we do it. If you follow the steps, you can do it eventually.

Steps:

  • First of all, select D17.
  • Then, write down the formula as,
=VLOOKUP(B17,B5:E14,3,FALSE)
  • Afterward, press Enter, As a result, you will be able to find the Address. The Address is 289 Creek Drive.

Finding address using VLOOKUP Function

Read More: How to Use VLOOKUP to Search Text in Excel


Reason Behind VLOOKUP Function Not Working

Sometimes VLOOKUP function might not work and show #N/A because of the reasons behind it.

  • The formula must contain the right Look_Up Here look_up value cell is B17, selecting any other cells except B17 will cause an error and it will show #N/A.
  • If the Table array is not selected properly. It has to contain the Lookup value in the table array. The following picture shows #N/A Because the selected range starts from C5 to E14.
  • Even if the Col_index_num is not inserted correctly. It might show #N/A.

Reasons behind VLOOKUP Function not working


Download Practice Workbook

Download this practice workbook to exercise while you are reading this article.


Conclusion

This whole article covered the thorough process of application of the VLOOKUP Function exact match in Excel to find particular data from a large data table. Additionally, you can practice this Excel problem by downloading from this page. Yet, if you have any queries related to this problem please comment below.


Related Articles


<< Go Back to Excel VLOOKUP Function | Excel Functions | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Zahid Shuvo
Zahid Shuvo

Zahid Hasan Shuvo, a Naval Architecture and Marine Engineering graduate from BUET, Bangladesh, has contributed nearly a year to the Exceldemy Project as an Excel and VBA Content Developer. Within this timeframe, he has crafted over 8 tutorial articles, and besides offering valuable solutions to aid users effectively. Zahid also expresses keen interests in Excel & VBA, Data Analysis, Machine Learning, AI Engines, and Prompt Engineering, showcasing a diverse skill set and contributing to the dynamic environment of... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo