About Lesson
The VLOOKUP function searches for a value in the first column of a range and returns a value in the same row from a specified column.
The basic format is =VLOOKUP(search_key, range, index, [is_sorted]).
For example, =VLOOKUP(“Smith”, A2:B10, 2, FALSE) looks for “Smith” in the first column of A2:B10 and returns the corresponding value from the second column.