IntermediateLookup & Reference
Find a value with INDEX and MATCH
Combine INDEX and MATCH to look up a value without a fixed column number.
INDEX · MATCH
10 min25 points
Returns the value at a given row and column position in a range.
INDEX(array, row_num, [column_num])
Lookup & Reference.
=INDEX(G2:G5,3)
Returns 3.5%
Returns the third value from the range.
INDEX counts positions within the range you gave it, not spreadsheet row numbers. Position 3 of G2:G5 is G4.
Knowing what a function does and being able to write it from memory are different skills. These close the gap.
All INDEX practice exercises →
Combine INDEX and MATCH to look up a value without a fixed column number.
INDEX · MATCH
Combine ranking with a lookup to return a name, not just a number.
LARGE · INDEX · MATCH