Excel HLOOKUP Function

Summary

HLOOKUP is an Excel function to lookup and retrieve data from a specific row in table. The "H" in HLOOKUP stands for "horizontal", where lookup values appear in the first row of the table, moving horizontally to the right. HLOOKUP supports approximate and exact matching, and wildcards (* ?) for finding partial matches.

Purpose

Look up a value in a table by matching on the first row

Return value

The matched value from a table.

Syntax

=HLOOKUP (value, table, row_index, [range_lookup])

Arguments

Usage notes

HLOOKUP searches for a value in the first row of a table. At the match column, it retrieves a value from the specified row. Use HLOOKUP when lookup values are located in the first row of a table. Use VLOOKUP when lookup values are located in the first column of a table.

 

Excel HLOOKUP Function

Summary

HLOOKUP is an Excel function to lookup and retrieve data from a specific row in table. The "H" in HLOOKUP stands for "horizontal", where lookup values appear in the first row of the table, moving horizontally to the right. HLOOKUP supports approximate and exact matching, and wildcards (* ?) for finding partial matches.

Purpose

Look up a value in a table by matching on the first row

Return value

The matched value from a table.

Syntax

=HLOOKUP (value, table, row_index, [range_lookup])

Arguments

Usage notes

HLOOKUP searches for a value in the first row of a table. At the match column, it retrieves a value from the specified row. Use HLOOKUP when lookup values are located in the first row of a table. Use VLOOKUP when lookup values are located in the first column of a table.