VLOOKUP searches for a value in one column and returns a corresponding value from another column.
Using VLOOKUP
- Type
=VLOOKUP(in a cell. - Click the value you want to search for, type a comma.
- Highlight the data table to search in, type a comma.
- Type the column number that has your answer, comma,
FALSE). Example:=VLOOKUP(A1, D1:F10, 2, FALSE)