Microsoft Excel

7 minute read

VLOOKUP Exact Match & Approximate Match

Agnes Lo

Agnes Lo

Join the Excel conversation on Slack

Ask a question or join the conversation for all things Excel on our Slack channel.

What is VLOOKUP?

Vertical lookup, often known as VLOOKUP, is one of the most popular functions in Excel. It’s specifically designed to navigate through database sources and tables to retrieve data.

The function performs vertical searches down a specific column by looking for a value in the first column of a table and returning a value on the same row in a specific column.

In this article, we'll be exploring VLOOKUP exact match and VLOOKUP approximate match.



VLOOKUP syntax

Here’s the syntax of VLOOKUP:

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

Now, let’s look into the meaning behind each argument before we go through examples:

Lookup_value

The value to lookup in the leftmost column of a table.

Table_array

The range of cells that contains the data.

Col_index_num

The number of the column in the table, from which the matching value must be returned. The first column is 1, the second column is 2, and so on.

[Range_lookup]

It’s optional — not necessary to enter. This is the parameter used to define exact match or approximate match. Should you wish to specify, there are two options:

  1. FALSE to search for an exact match 
  2. TRUE to find an approximate match.  

TRUE is the default value if no specific instruction is given.

Download your free Excel practice file

Use this free Excel file to practice along with the tutorial

VLOOKUP example

A customer data analyst has been given the data set below and asked to look up the city of three particular clients by using their client ID, under column G. Vlookup Exact and Approximate match - exampleTo compose the formula in cell H2, let’s break it down in arguments:

Lookup_value

100002 is the first client to lookup, so the lookup_value is cell G2. Vlookup Exact and Approximate match - lookup value

Table_array

The table from which the value is available is within A1:E11. Vlookup Exact and Approximate match - table array

Col_index_num

There are five columns in total within the table. Information related to the city is under Column D, or the fourth column from the leftmost column. So, we enter 4 as the argument.

Vlookup Exact and Approximate match - col index

[Range_lookup]

In the meantime, let’s enter FALSE – exact match.

Vlookup Exact and Approximate match - range lookupThe full formula is:

=VLOOKUP(G2,A1:E11,4,FALSE)

Vlookup Exact and Approximate match

What is exact match in VLOOKUP and how to use it

In most scenarios, exact match is employed when using VLOOKUP, especially when a unique value is the lookup value.

Given that the lookup value is available in the leftmost column of the table provided, an exact match is employed in this VLOOKUP example.

This time VLOOKUP is to lookup value 20606 or E2 in the leftmost column of the table array given — A:C.

Vlookup Exact matchSince the corresponding value to lookup is in the third column of the table, we enter value 3 to tell Excel to return the value in the same row from the third column of the table array.

Vlookup Exact matchBy entering FALSE in the fourth argument, we inform Excel to return an exact match.

Excel returns Saint Mary’s County, which is a correct corresponding value to zip code 20606.

Vlookup Exact matchIf the lookup value is not available in the leftmost column of a table, Excel will return #N/A as the value is not found.
Vlookup Exact match

What is approximate match in VLOOKUP and how to use it

Approximate match is the default range_lookup in the formula. When no instruction is given, Excel assumes the lookup refers to an approximate match.

In most cases, it’s less frequently used compared to exact match, though it is useful when the lookup value is not available within the table array.

For instance, the annual income of $39,000 is not available in the leftmost column of the table.  In this situation, TRUE is useful in requesting Excel to return an approximate match. As $39,000 is not available, it will return a value smaller than $39,000 ($30,000 in this example) — 8% of salary tax.

Vlookup Approximate matchIf we use FALSE (exact match in this situation), since there’s no value of $39,000 available in the leftmost column, Excel will return #N/A.

Vlookup Approximate match

VLOOKUP tips

1.  VLOOKUP looks to the right

VLOOKUP always looks to the right. It only looks up a value in the leftmost column of a table, and returns a corresponding value to the right in the same row.

For example, VLOOKUP is able to lookup the client ID and return the corresponding first name, last name, city and state — all the information to the right of the lookup value.

Vlookup Exact and Approximate match

2.  First match

If there are duplicates in the leftmost column of the table, VLOOKUP always returns the first match only.

In the example below, both Lilian and Muriel have the Client ID 100003. VLOOKUP returns Lilian instead of Muriel, as Lilian is the first available value.

Vlookup Exact and Approximate match - First matchIf we swap row 4 & 5, with Muriel on top of Lilian, VLOOKUP returns Muriel as the return value.

Vlookup Exact and Approximate match - first match

Summary

VLOOKUP is one of the most used functions in Excel. It searches through a given data set based on a lookup value in the leftmost column and returns a corresponding value in the same row.

In most situations, where the lookup value is a unique known identifier, exact match is used to return the exact corresponding information in the same row. In some occasions, where the lookup value is not unknown, approximate match is used to find the closest match, given the criteria.

Though it may look difficult to set up in the beginning, VLOOKUP is very useful when it comes to searching for information when handling multiple data sets. It’s important to know that VLOOKUP only works by looking to the right for matching information and returns the first match only.

To learn more about VLOOKUP and other essential Excel functions, enroll in our Microsoft Excel - Basic and Advanced course today. Try it for free with a 7 day free trial to all courses on GoSkills.

Ready to become a certified Excel ninja?

Start learning for free with GoSkills courses

Start free trial

Join the Excel conversation on Slack

Ask a question or join the conversation for all things Excel on our Slack channel.

Agnes Lo

Agnes Lo

Agnes is a clienteling professional in luxury retail. She enjoys yoga and outdoor activities in her free time.