Lookup & Reference Functions
9 functionsFind and retrieve data across your spreadsheet with VLOOKUP, XLOOKUP, INDEX/MATCH
CHOOSE
Returns the nth value from a list.
HLOOKUP
Looks up a value across rows (horizontal search).
INDEX
INDEX retrieves a value from a specific row and column in a range.
INDIRECT
Turns text that looks like a cell reference into an actual reference.
MATCH
MATCH finds the position of a value in a range.
OFFSET
Returns a range shifted by a given number of rows and columns from a starting point.
TRANSPOSE
Flips rows and columns of an array.
VLOOKUP
VLOOKUP searches for a value in the first column of a table array and returns a matching value from another column in the same row.
XLOOKUP
XLOOKUP is the upgraded VLOOKUP â it can search left or right, doesn't require a column index number, handles missing values with a default result, and supports nested arrays. Available in Excel 365 and Excel 2021+.