Introduction
The HLOOKUP function helps you find information in a table by looking across the top row. It is useful when your data is organized horizontally and you want to find a value below a matching header.
When you have a table with months as headers in the first row and want to find sales numbers for a specific month.
When you want to get the price of a product listed in the top row of a price list.
When you need to find a student's grade from a row of subjects listed horizontally.
When you want to retrieve data from a horizontal list without rearranging your table.
When you want to quickly match a category name in the first row and get related data below it.