VLOOKUP()
Syntax. VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
Definition. This function looks for a value in the leftmost column of a table and returns a value in the row selected, as specified by the col_index_num argument. The range_lookup argument determines the type of match required.
Arguments
lookup_value (required). Can be evaluated as text, a number, or a logical value. This is the value you search for in the first column of the table.
Note
The search for text is not case-sensitive.
table_array (required). A reference to a cell range or an array constant (numbers and text must be in braces).
col_index_num (required). Must evaluate to a positive integer and indicates the number of the column from which the information is returned. ...
Get Microsoft® Excel® 2010 Formulas & Functions Inside Out now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.