If you want to know how to perform VLOOKUP between two sheets in Excel, you’ve landed on the right page.
VLOOKUP means Vertical Lookup, which is a search Excel function that looks up data in the leftmost column of a range and generates the matching data from a specified column to its right. The VLOOKUP function is utilized when there’s a need to look up specific data by using a unique identifier such as an ID or item number. This article will guide you on how to perform a VLOOKUP between 2 sheets in Excel with visual aids.
So, without wasting another second, let’s dive in!
Top 5 Cyber Monday deals
This year's Cyber Monday has officially kickstarted, offering up huge discounts on some of the market's leading tech products. Below, we'll list the best Cyber Monday deals we can find.
- Samsung Odyssey G9 OLED Curved gaming monitor - WAS $1,599.99 NOW $949.99 Save - $350
- LG C3 Series 65-Inch Class OLED - WAS $1,499.99 NOW $1,196.99 Save - $70
- AMD Ryzen 5 7600X 6-Core - WAS $299.99 NOW $186.97 Save - $330
- Beats Stuydio Buds - WAS $178 NOW $99 Save - $300
- Bose QuietComfort Bluetooth 5.1 Headphones - WAS $349 NOW $199 Save - $150
Prices and savings subject to change. Click through to get the current deal prices.
VLOOKUP example between two sheets
Here’s a table of data with Employee Demographic data in Sheet 1. For this example, let’s say we want to use Sheet 1 to look up Employee States and list them in Sheet 2.
Sheet 1
Sheet 2
Now, let’s break the function down.
The VLOOKUP function’s syntax is as follows:
- =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Pay close attention to the equal sign, parentheses, commas, and bracket locations.
How to perform VLOOKUP between two sheets
- Enter the VLOOKUP function in cell B2 of Sheet 2 as shown in the visual below.
- The VLOOKUP function includes the lookup_value, which is the value in which to lookup, in this case, the lookup_value is cell A2 of Sheet 2, the Employee ID.
- Then the table_array is entered, which is the array of data in which the VLOOKUP should search. In this case, the table_array is Sheet1!A:D (Sheet 1, Columns A-D).
- Then the col_index_num is entered, which is the column number of the data you wish to return. In this case, the col_index_num is 4 because the States we want to generate are listed in Column 4 of Sheet 1.
- Then the range_lookup is entered, which is either TRUE (approximate match) or FALSE (exact match). In this case, we would use FALSE as we want to generate an exact match for Employee States.
- Next, press Enter for the result.
- The first result should be “New York” in cell B2 as shown below.
- Then highlight the corner of cell B2 and drag the plus sign down to fill the formula in the remaining cells as shown below.
What to do if VLOOKUP returns #N/A error?
Now let’s explore #N/A error results for VLOOKUPs.
If an #N/A error (also known as not applicable) is displayed, it means there is no data available that corresponds with the selected unique identifier. In this case, the unique identifier is employee ID. For this example, let’s delete a corresponding Employee ID in cell A2, of Sheet 2, as shown below.
Directly after the deletion of the Employee ID in cell A2 of Sheet 2, the results from the previously entered VLOOKUP, turn to #N/A.
- To replace the #N/A with specific text/integers, the IFERROR function can be utilized.
- The IFERROR function returns a specified value if a result results in an error.
- In this case, we want to replace the #N/As with the text “No Match”.
- Place the IFERROR function before the VLOOKUP function in cell B2, then place the preferred text/integer at the end of the formula as shown below.
- Then drag the new formula down to replace the previous formula as shown below.
Conclusion
And there you have it. This was how you can perform VLOOKUP between two sheets in Excel. As you can see for yourself, the process isn’t complicated and will hardly take you a few minutes. Learning about this function is pretty important, as it can help you out in many ways, such as finding data quickly in large sheets.
Learn more about VLOOKUP in Excel with these helpful guides: