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 in rows and you want to find a value below a matching header.
When you have a table with months as column headers and want to find sales for a specific month.
When you want to get the price of a product listed in the first row of a table.
When you need to find a student's score by looking up their name in the top row of a grade sheet.
When your data is arranged horizontally and you want to retrieve related information from rows below.
When you want to quickly match a category name in the first row and get its details from a specific row.