This Function looks for a value in a table’s first row. It obtains a value from the provided row in the match column. When the lookup values are in the first row of a table, use HLOOKUP. This function is similar to VLOOKUP, except that whereas VLOOKUP searches vertically, HLOOKUP searches horizontally. This function will search a table for a value by matching on the first row.
Syntax:
=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
Parameter list:
Example :
Ask Your Query