HLOOKUPVSVLOOKUP
HLOOKUPVSVLOOKUP
VS
VLOOKUP
HLOOKUP
The Excel HLOOKUP function
stands for horizontal lookup
and is used to search for a
specific value in a table.
The HLOOKUP function is
similar to the VLOOKUP
function , but rather than
looking from left to right, the
HLOOKUP function searches
from the top down.
Syntax of the HLOOKUP Function
=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
• lookup_value – The value you are searching for, which can be text, number, or a
cell reference.
• table_array – The range where you will perform the lookup. The range must start
with the row containing the lookup value and should include the row from which
you want to return the result.
• row_index_num – The row number from which you want to return the result. The
number should be relative to the first row in the selected range in table_array.
• [range_lookup] – Which range lookup method should be used. In most cases
we are using exact match and therefore if this is your first time using the function
– we recommend using 0 (zero) or FALSE, both are for “Exact Match” – Go to
the exact match to the value I’m looking for. 1 stands for “Approximate match”,
and it should not be used on most cases so we’ll skip it for now.
EXAMPLE:
PRACTICE
ACTIVITY 1
VLOOKUP
VLOOKUP helps us lookup a value in table, and
return a corresponding value.