Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
INDEX returns a value at a position; MATCH finds that position. Combined, they look up in any direction and outperform VLOOKUP on large sheets.
Topic:INDEX / MATCH=INDEX(B:B, MATCH(D2, A:A, 0))=INDEX(B:B, MATCH(D2, A:A, 0))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Use INDEX with two MATCH functions to look up a value at the intersection of a matching row and a matching column.
Error fixFix #N/A errors in INDEX MATCH in Excel and Google Sheets — match_type wrong, arrays different sizes, data-type mismatches, and lookup value absent.
How-toCombine INDEX and MATCH with multiplication of two criteria arrays to perform a lookup that matches on two conditions simultaneously.
How-toCombine INDEX with two MATCH calls — one for the row and one for the column — to look up a value at the intersection of a row and column header.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: