Search for a value in the first column of a table and retrieve data from another column in the same row.
- Lookup value
A2The value to search for in the first column of the range.- Search column
D2:D7VLOOKUP always searches the first column of the table.- Return column
E2:E7The column number in the table from which to retrieve the value.- Match mode
FALSEExactIf TRUE or omitted, it finds an approximate match. If FALSE, it looks for an exact match.