Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Conflicting Multiple Conditional Formatting Rules in Excel
  • How To Filter Data in Excel
  • Managing Conditional Formatting Rules in Excel
  • How To Insert and Customize Sparklines in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel

References

  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • Left Lookup in Excel
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Excel Advanced Lookup using Index and Match Functions
  • How to use Excel LOOKUP Function

Data Validations

  • Excel Data validation don’t exceed total
  • Excel Data validation with conditional list
  • Prevent invalid data entering in specific cells
  • Excel Data validation exists in list
  • Excel Data validation number multiple 100

VLOOKUP with multiple criteria in Excel

by

This tutorial shows how to calculate VLOOKUP with multiple criteria in Excel using the example below;

Formula

=VLOOKUP(val1&val2,data,column,0)

Explanation

The VLOOKUP function does not handle multiple criteria natively. However, if you have control over source data, you can use a helper column to join multiple fields together, and use these fields like multiple criteria inside VLOOKUP.  In the example shown, Column B is a helper column that concatenates first and last names together, and VLOOKUP does the same to build a lookup value. The formula in I6 is:

=VLOOKUP(I4&I5,data,4,0)

where “data” is the named range B4:F104. The formula in B5 is:

=C5&D5

copied down the table.

How this formula works

In the example shown, we want to lookup employee department and group using VLOOKUP by matching on first and last name.

One limitation of VLOOKUP is that it only handles one condition: the lookup_value, which is matched against the first column in the table. This makes it difficult to use VLOOKUP to find a value based on more than one criteria. However, if you have control over the source data, you an add a helper column that concatenates 2 more more fields together, then give VLOOKUP a lookup value that does the same.

The helper column joins field values from columns that are used as criteria, and it must be the first column of the table. Inside the VLOOKUP function, the lookup value itself is also created by joining the same criteria.

In the example shown, the formula in I6 is:

=VLOOKUP(I4&I5,data,4,0)

Once I4 and I5 are joined, we have:

=VLOOKUP("JonVictor",data,4,0)

VLOOKUP locates “JonVictor” on the 5th row in “data”, and returns the value in the 4th column, “Marketing”.

Setting things up

To set up a multiple criteria VLOOKUP, follow these 3 steps:

  1. Add a helper column and concatenate (join) values from columns you want to use for your criteria.
  2. Set up VLOOKUP to refer to a table that includes the helper column. The helper column must be the first column in the table.
  3. For the lookup value, join the same values in the same order to match values in the helper column.
  4. Make sure VLOOKUP is set to perform an exact match.

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel NOT Function
  • Check multiple cells are equal in Excel
  • IF with boolean logic in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Get last day of month in Excel
  • DAY function: Description, Usage, Syntax, Examples and Explanation
  • Assign points based on late time in Excel
  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • Generate series of dates by weekends in Excel

Grouping

  • Group arbitrary text values in Excel
  • Group numbers with VLOOKUP in Excel
  • How to randomly assign data to groups in Excel
  • Running count group by n size in Excel
  • How to randomly assign people to groups in Excel

General

  • Cell References: Relative, Absolute and Mixed Referencing Examples
  • How to count total number of cells in a rectangular range in Excel
  • How to calculate decrease by percentage in Excel
  • Find, Select, Replace and Go To Special in Excel
  • How to generate random times at specific intervals in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning