Vlookup function: Syntax and usage in Excel

The Vlookup function is a function that searches for values ​​to return other values ​​in an existing worksheet. The Vlookup function is one of the most used functions in Excel , applying to many practical tasks such as calculating electricity charges based on electricity numbers, giving academic results based on average score, taking data on place of birth, gender Employee calculation based on employee name or code ...

Although the applicability is very high, many people still do not understand the nature of this function like? Syntax like? How to use this function? So please refer to the following article of Download.com.vn to better understand:

The syntax of the Vlookup function

Syntax:

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

Quick explanation: VLOOKUP (The value you want to look up, the range in which you want to find the value, the number of columns in the range containing the return value, Exact or Relative return results - expressed as 0 / FALSE or 1 / TRUE)

Explain each value:

  • Lookup_value: The value used to look up and search - this should be a data that is not duplicated, the ability to search is accurate. For example: employee code, student code, goods code, account code, asset code ...
  • Table_array: The lookup table or range containing lookup values, remember that the lookup value (Lookup_value) must always be in the first column of this table. The search data area should be in absolute address form (marked with $ in front of the row and column by pressing F4) so ​​that when copied, the formula will still work properly.
  • Col_index_num: The order of the column to retrieve data on the lookup value table. Counts from the left of the region to the column to retrieve data to see what column it is.
  • Range_lookup: Range of search, you can leave 1 or True equivalent to return relative data (great practice in returning data from how many to how many houses), 0 or False equivalent. returns absolute data.

How to use the Vlookup function in Excel?

1. How to find relative Vlookup

Relative searching with the Vlookup function is a way of finding relative data based on the difference between the first column data of the search area. To find relative results that return true results, your original data table (which is your Table_array table ) is required to sort in ascending order.

Example 1: Please classify students in the list below, based on the table of rules of grading by:

Vlookup function: Syntax and usage in Excel

To classify academic performance for a student list, use the formula:

=VLOOKUP(C4,$C$11:$D$15,2,1)

Then press Enter , then scroll down to the remaining cells you will get the results as shown below:

Vlookup function: Syntax and usage in Excel

2. How to find absolute Vlookup

Example 2: Based on the employee code table below, fill in their Qualifications and Hometown .

Vlookup function: Syntax and usage in Excel

To fill in the Employee Information field of cell E23 use the following formula:

=VLOOKUP(A23,$A$29:$C$34,2,0)

And here is the result:

Vlookup function: Syntax and usage in Excel

Also fill in the Level for F23, use the following formula:

=VLOOKUP(A23,$A$29:$C$34,3,0)

And this will be the result that will be obtained:

Vlookup function: Syntax and usage in Excel

How to use the advanced Vlookup function

In addition to the simple usage as above, you can customize to have a more flexible Vlookup function, especially in cases where the search data table is too wide and the column counting becomes ... tiring.

Vlookup function combines Match

The MATCH function looks for a specified value in a range of cells, then returns the relative position of that value in this range. For example, if the range A1: A3 contains values ​​5, 10 and 15, the formula = MATCH (10, A1: A3,0) will return the number 2, because 10 is the second value in the range A1: A3. The syntax of the Match function is as follows:

= MATCH (lookup value, lookup array, [match type])

So, where does the Match function apply to Vlookup? Please tell you it is in the value Col_index_num - the column to get data. Putting it into a specific example will make it easier for you to imagine. 

Example: Given the following data table:

Vlookup function: Syntax and usage in Excel

Need to filter the data by month for each employee in the main table (the month column in the main table may vary). Specifically, the spreadsheet will look like this:

Vlookup function: Syntax and usage in Excel

The formula used in the lesson:

= VLOOKUP (A3; $ A $ 14: $ G $ 20; MATCH ($ B $ 2; $ A $ 13: $ G $ 13; 0) ; 0)

The Match function will help you count the number of columns to be retrieved in the lookup data table (side table) of the Vlookup function. So, just change the Month data in cell B2 , you will have the exact data for each corresponding month. In the following example, I change the month column data in the Main Table and the result is: 

VlookUp function in combination with LEFT, RIGHT, MID functions

Also one of the most used functions, Left / Right and Mid can combine with Vlookup and make miracles in search. 

Example: For the following table, fill in the blank data based on the sub tables below:

Vlookup function: Syntax and usage in Excel

The input data to fill in the data is described as follows: The first 2 characters of the Employee descriptor code for the job position, the middle character in the gender description, the characters at the end of the description for the multiplier tablets work. Based on that, we will fill in the formula for calculating each column as follows:

CV position = VLOOKUP ( LEFT (C3; 2) ; $ B $ 22: $ C $ 24; 2; 0)
Workplace = VLOOKUP ( RIGHT (C3; LEN (C3) -5) ; $ E $ 22: $ F $ 23; 2; 0)
Sex = VLOOKUP ( MID (C3; 4; 1) ; $ E $ 27: $ F $ 28; 2; 0)

And this is the result:

Vlookup function: Syntax and usage in Excel

What is the #NA error in Vlookup function? How to correct a #NA error

The #NA error stands for Not Available Error which means the corresponding value cannot be found. It is possible that in this case you have used absolute search and the data you are looking for is not in the range containing the lookup value ( Table_array ).

There are many reasons for this: it is possible that the lookup value ( Lookup_value ) in the main table and sub-table (in the above example) is different with only one space (space), the data cannot be found. or you get the wrong part of the Table_array area so that the data to be searched ( Lookup_value ) is not in the first column of the Table_array ...

So, depending on the specific case, you need to fix the #NA error in Vlookup function properly, just remember only one thing: the data to be searched should be absolutely right with the first column of the table containing the lookup value. If absolute searching is used (Range_lookup = 0) .

So you already know how to use the Vlookup function. In the process of using Excel you can also use the Index function to return values ​​in an array or the Max and Min functions for the largest and smallest values.

When you master the syntax, how to use functions in Excel, you will learn Excel effectively, much faster. In addition, there are many other useful functions, Download.com.vn will introduce to you in the following articles.

I wish you successful implementation!

Sign up and earn $1000 a day ⋙

Leave a Comment

8 major disadvantages of foldable screen phones that you didnt expect

8 major disadvantages of foldable screen phones that you didnt expect

There’s no denying that foldable phones are pretty cool. But after using them for a while, there are a few quirks to them. Here are 5 major downsides to foldable phones that you might not expect!

Adobe is bringing AI video creation technology to Premiere Pro

Adobe is bringing AI video creation technology to Premiere Pro

Adobe has brought AI video creation technology to the masses in a new way, although it has yet to create a finished movie using the technology.

Latest Genshin Impact Codes April 2025

Latest Genshin Impact Codes April 2025

Genshin Impact 5.5 Code helps you exchange for Primordial Stones, Magic Minerals, experience and many other rewards.

How to Turn Your iPad into an Extra Mac Display

How to Turn Your iPad into an Extra Mac Display

macOS Catalina and iPadOS include support for a new feature called Sidecar, designed to let you use your iPad as a secondary display for your Mac.

Wallpaper 1280, beautiful Nokia 1280 phone wallpaper

Wallpaper 1280, beautiful Nokia 1280 phone wallpaper

This is a set of Nokia 1280 wallpapers, if you have ever texted to get 1280 wallpapers, brick phone wallpapers, then try looking at these wallpapers.

Hypersonic space plane reaches speed of 11,115 km/h

Hypersonic space plane reaches speed of 11,115 km/h

Venus Aerospace has revealed the first images of its new hypersonic aircraft called the Stargazer, which can reach a top speed of 11,115 km/h, equivalent to Mach 9.

Eating bananas for breakfast helps you reduce bloating

Eating bananas for breakfast helps you reduce bloating

Bloating can happen to anyone. The good news is that breakfast is a great time to add a few ingredients to your meal that can help reduce bloating. That ingredient is bananas.

OpenAI Announces Major Update to AI Image Generation in ChatGPT

OpenAI Announces Major Update to AI Image Generation in ChatGPT

OpenAI has just officially introduced a remarkable upgrade to the AI ​​image generation capability in ChatGPT, an important step forward instead of using a separate image generation model like the previous DALL-E.

Deepseek Releases Free Language Model v3 That Runs Well on Common Hardware Configurations

Deepseek Releases Free Language Model v3 That Runs Well on Common Hardware Configurations

Chinese AI startup DeepSeek has just officially released its latest large language model (LLM), DeepSeek-V3-0324.

Reasons to ditch Gboard and switch to Samsung Keyboard

Reasons to ditch Gboard and switch to Samsung Keyboard

Gboard has long been the go-to keyboard on Android phones. However, many people have recently switched to Samsung Keyboard and haven't looked back.

Sweet and Romantic Weekend Wishes for Lovers

Sweet and Romantic Weekend Wishes for Lovers

Send sweet and romantic weekend wishes to your lover. Although they are just words or messages, they will be meaningful spiritual gifts, helping to strengthen your relationship.

Harry Potter TV series needs the following elements to be successful

Harry Potter TV series needs the following elements to be successful

HBO's Harry Potter remake is expected to premiere in 2026. Here's what makes the TV Harry Potter a success.

Stunning pictures of the supermoon from around the world

Stunning pictures of the supermoon from around the world

Beautiful moon pictures are not rare on the Internet. This article will summarize for you the most beautiful moon pictures in the world.

AMD Ryzen Users Should Install This BIOS Update for a Free Performance Boost

AMD Ryzen Users Should Install This BIOS Update for a Free Performance Boost

Now, AMD has responded to the issues with its underperforming flagship CPU line with a new update that could deliver a few more frames per second.

Xs value drops from $44 billion to below $10 billion

Xs value drops from $44 billion to below $10 billion

In October 2022, Elon Musk spent $44 billion to acquire X, but the platform's value has now dropped 78.6% to about $9.4 billion.