Google Sheets Functions: Lookup

Find the list of all Google Sheets function tutorials on the Functions page.

Lookup Functions

HLOOKUPReturns a value from a range based on a value found in the first row.
INDEXReturns a value in a range based on a column and row number.
INDEX + MATCHA combination similar to VLOOKUP and HLOOKUP without the constraint of the first column or row.
MATCHReturns the position of a value in a range.
VLOOKUPReturns a value from a range based on a value found in the first column.
XLOOKUPSearches for a value in a range and returns the value in the same position from another range.
XMATCHReturns the position of a value in a range.