Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

VLOOKUP

Syntax: =VLOOKUP (value, table, col_index, [range_lookup])


value - The value to look for in the first column of a table.

table - The table from which to retrieve a value.

col_index - The column in the table from which to retrieve a value.

range_lookup - [optional] TRUE = approximate match (default). FALSE = exact match.

HLOOKUP

Syntax: =HLOOKUP (value, table, index_number, [range_lookup])


value-The value to search for in the first row of the table.
table- Two or more rows of data that is sorted in ascending order.
index_number - The row number in table from which the matching value must be returned. The
first row is 1.
range_lookup- [optional]. Enter FALSE to find an exact match. Enter TRUE to find an
approximate match. If this parameter is omitted, TRUE is the default.

You might also like