Find the position of a value in a range or array with Excel's MATCH function.
- Lookup value
"Alice"The value to search for. Can be a number, text, logical value, or a cell reference.- Search range
A2:A8The single row or column of cells to search in.- Match type
0ExactHow to match: 0 for an exact match, 1 (default) for the largest value less than or equal to lookup_value, or -1 for the smallest value greater than or equal to it.