How to VLOOKUP Multiple Criteria and Columns in Google Sheets

Introduction

How to VLOOKUP Multiple Criteria and Columns in Google Sheets

[ad_1]

How to VLOOKUP Multiple Criteria and Columns in Google Sheets

Apart from MS Excel, Google Sheets is one app that uses way more than any other app for storing and managing data. The functions it performs have made data management, such a simple task with just a few clicks. In particular, the VLOOKUP function is also called the Vertical Lookup function. Like MS Excel, VLOOKUP here allows you to look for required values vertically and extract data from other tables or sheets. However, in Google Sheets, the syntax of the VLOOKUP only allows you to look up one column at once. If you are looking for ways to use VLOOKUP multiple criteria and columns in Google Sheets, you are at the right place. In this article, you will learn about how to VLOOKUP multiple criteria and columns in Google Sheets. Apart from this, you will also know more about when do we need to VLOOKUP multiple criteria in Google Sheets. Let’s get started with the syntax of a regular VLOOKUP function.

How to VLOOKUP Multiple Criteria and Columns in Google Sheets

How to VLOOKUP Multiple Criteria and Columns in Google Sheets

You will get to know what is syntax of a regular VLOOKUP function and how to VLOOKUP multiple criteria and columns in Google Sheets further in this article. Keep reading to learn more about it in detail.

What is the Syntax of a Regular VLOOKUP Function?

The syntax of a regular VLOOKUP function in Google Sheets is:

=VLOOKUP( search_key, range, index, [is_sorted])

Each of these inputs stands for,

  • search_key: It is the value that you are searching for in the first column of the range. It can be the cell that contains the value or a cell that can be used as a reference to the cell containing the value.
  • range: It is a range of cells comprising cells that the VLOOKUP function looks for the values. You need to identify the column which contains the search_key as the first column. This range should also include the column which consists of the target value.
  • index: index is the term used to refer to the column number within the range which comprises the target value. The first column of the range has an index of 1, the second column has an index of 2, and so on.
  • is_sorted: It is the part of the syntax which denotes if the column needs to be sorted or not. It can be done by using True or False.

Now that you have understood the syntax of a regular VLOOKUP function, let’s proceed to understand when do we need to VLOOKUP multiple criteria in Google Sheets.

When Do We Need to VLOOKUP Multiple Criteria in Google Sheets?

There can be different situations and reasons why you need to VLOOKUP multiple criteria in Google Sheets. Some of the reasons are listed below:

  • It can be used in cases when you need to look for different tables to find scores of students in a particular subject, from a department, and in specific terms.
  • Another situation can be when you have to get two criteria right to find a value. For example, you may require the attendance of an employee who has managed to get a performance bonus.
  • One more instance, where you can use VLOOKUP multiple criteria in Google Sheets is when you have multiple data in a single column. For example, daily attendance of an organization consists of multiple details together like the present, absent, on medical leave, etc.

It can be used in way more situations than we have listed here. Let’s move on to the next section of the article.

Also Read: How to Add Multiple Lines in One Cell in Google Sheets

How to Use VLOOKUP with Multiple Criteria in Google Sheets?

You can use two methods to use VLOOKUP with multiple criteria. The first method involves using a helper column to retrieve the required values. Read further to see how this method unfolds to get VLOOKUP multiple criteria into single column.

Note: We will be using data that includes Maths and Science scores of 3 terms compiled together with the name list of students. With the below-mentioned methods, we will sort the Maths scores of all the 3 terms separately.

Data | How to VLOOKUP Multiple Criteria and Columns in Google Sheets

Method 1: Using Helper Column

Using the helper column is one of the methods that can be used to VLOOKUP multiple criteria into single column. This method involves using an additional column that can be referred to as the helper column. In this case, we will insert the helper column right before the name column. This will enable the helper column to become the first column in the range. We will use the helper column to combine the values of the Name and Term columns. Follow the steps mentioned below,

Using a helper column:

1. Open the Google Sheet with the required data.

Open the Google Sheet with the required data

2. Insert the helper column left to the Name column by right-clicking on the column header of the same column and clicking on Insert 1 column on the left.

Insert the helper column left to the Name column by right-clicking on the column header of the same column and clicking on Insert 1 column on the left

3. In the first cell of the helper column, type the formula =C2&”,”&D2 to combine the cells.

In the first cell of the helper column type the formula =C2&”,”&D2 to combine the cells | How to VLOOKUP Multiple Criteria and Columns in Google Sheets

4. Press the Enter key to see the result of the combination, i.e. John,1.

Press Enter to see the result of the combination that is John,1

5. Drag the corner of the cell to fill the column with the same formula.

Drag the corner of the cell to fill the column with the same formula

6. Select the desired cell where you want the value and apply the VLOOKUP formula.

Drag the corner of the cell to fill the column with the same formula

7. Enter the search_key that is the reference cell H7 and I6 by adding ampersand and separator. Lock the respective cell and column by pressing the F4 key.

Enter the search_key that is the reference cell H7 and I6 by adding ampersand and separator. Lock the respective cell and column by pressing the F4 key | How to VLOOKUP Multiple Criteria and Columns in Google Sheets

8. Add comma (,) to move to the next syntax range. Select the columns that contain the values that we need to find the VLOOKUP value for.

Add comma (,) to move to the next syntax range. Select the columns that contain the values that we need to find the VLOOKUP value for

9. Lock the values by pressing the F4 key and add a comma (,) to move to the next argument index to perform VLOOKUP multiple criteria and columns in Google Sheets.

Lock the values by pressing the F4 key and add (,) to move to the next argument index

10. In the index argument, type the column number which gives you the target value. In this case, it is the 4th column. So, type 4 in the index value.

In the index argument, type the column number which gives you the target value. In this case, it is the 4th column. Type 4 in the index value | How to VLOOKUP Multiple Criteria and Columns in Google Sheets

11. Add comma (,) to move to the is_sorted argument. Type 0 to get the exact match.

Add comma (,) to move to the is_sorted argument. Type 0 to get the exact match

12. Close the bracket and press Ctrl+Enter to get the required value.

Close the bracket and press Ctrl+Enter to get the required value

13. Drag the corner of the cell and apply the formula to complete the table.

Drag the corner of the cell and apply the formula to complete the table | How to VLOOKUP Multiple Criteria and Columns in Google Sheets

This method explains how to VLOOKUP multiple criteria and columns in Google Sheets using a helper column. Now we will see how to VLOOKUP with multiple criteria in Google sheets using ARRAY FORMULA.

Also Read: How to Use VLOOKUP with Multiple Criteria

Method 2: Using ARRAY FORMULA

Another method is to VLOOKUP with multiple criteria in Google sheets using ARRAY FORMULA. Both methods work in the same way the only difference is that you do not need a helper column in this method to get done VLOOKUP multiple criteria into single column. Instead, you will have to build the values of the helper column and range using the formula. Read through the below-mentioned steps to grasp the process of finding values with VLOOKUP using the ARRAY FORMULA. We will use the same example that we used in the above-mentioned method.

1. Start by typing the = ARRAY FORMULA in the required cell.

Start by typing the =ARRAY FORMULA in the required cell

2. Enter the VLOOKUP formula.

Enter the VLOOKUP formula

3. Select and lock the reference cells that are G7 and H6 by pressing the F4 key. Separate them using an ampersand and separator.

Select and lock the reference cells that are G7 and H6 by pressing the F4 key. Separate them using an ampersand and separator | How to VLOOKUP Multiple Criteria and Columns in Google Sheets

4. Add comma (,) and start constructing the range by opening a curly bracket.

Add comma (,) and start constructing the range by opening a curly bracket

5. Select the first column which is the Name column and lock the cells by pressing the F4 key.

Select the first column which is the Name column and lock the cells by pressing the F4 key

6. Add a separator (&”,”&) and select the Term column which we will combine with the Name column. Lock the selected cells by pressing the F4 key.

Add a separator (&”,”&) and select the Term column which we will combine with the Name column. Lock the selected cells by pressing the F4 key | How to VLOOKUP Multiple Criteria and Columns in Google Sheets

7. Add comma (,) and select the third column Maths which gives the target value and complete the range.

Add comma (,) and select the third column Maths which gives the target value and complete the range

8. Close the curly bracket and add a comma (,) to move to the next argument.

Close the curly bracket and add a comma (,) to move to the next argument

9. Type the index value of the column that will give you the target value. Here, it is we will type 2 to get the values from the Maths column.

Type the index value of the column that will give you the target value. Here, it is we will type 2 to get the values from the Maths column

10. Add comma (,) and type 0 to get the exact match followed by closing the bracket to close the VLOOKUP formula.

Add comma (,) and type 0 to get the exact match followed by closing the bracket to close the VLOOKUP formula | How to VLOOKUP Multiple Criteria and Columns in Google Sheets

11. Close the bracket again to close the ARRAY FORMULA.

Close the bracket again to close the ARRAY FORMULA

12. Press Enter key to get the result.

Press Enter to get the result

13. Drag the corner of the cell to get the result throughout the table.

Drag the corner of the cell to get the result throughout the table | How to VLOOKUP Multiple Criteria and Columns in Google Sheets

This is how you get the required values when you have to VLOOKUP with multiple criteria in Google Sheets using Array Formula.

Recommended:

We hope that this guide on how to VLOOKUP multiple criteria and columns in Google Sheets was helpful. You can drop your queries and topic suggestions for future articles in the comments section below.

[ad_2]

Jaspreet Singh Ghuman

Jaspreet Singh Ghuman

Jassweb.com/

Passionate Professional Blogger, Freelancer, WordPress Enthusiast, Digital Marketer, Web Developer, Server Operator, Networking Expert. Empowering online presence with diverse skills.

jassweb logo

Jassweb always keeps its services up-to-date with the latest trends in the market, providing its customers all over the world with high-end and easily extensible internet, intranet, and extranet products.

GSTIN is 03EGRPS4248R1ZD.

Contact
Jassweb, Rai Chak, Punjab, India. 143518
Item added to cart.
0 items - 0.00