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

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

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: