FormulaCraft

How to VLOOKUP with multiple criteria in Excel and Google Sheets

Topic:VLOOKUP
Excel & Google Sheets
=INDEX(C:C, MATCH(E2&F2, A:A&B:B, 0))

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Join your lookup values with &: E2&F2.
  2. 2Match that against the two key columns joined the same way: A:A&B:B.
  3. 3INDEX returns the matching row from the result column C:C.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

Can VLOOKUP match on two columns?

Not directly. Either add a helper column that joins the keys, or use INDEX/MATCH with the keys joined by & as shown above.

More on VLOOKUP

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: