๐Ÿ”น What is HLOOKUP in Excel?

HLOOKUP (Horizontal Lookup) is used to search for a value in the first row of a table and return data from a specific row below it.


๐Ÿ”น Example: Using HLOOKUP to Find Product Price

๐Ÿ“ We have the following table:

Product IDProduct NamePriceQuantity Sold
101Laptop5000020
102Phone3000050
103Tablet2000030

๐Ÿ“Œ Formula to Find the Price of a Product by ID:

=HLOOKUP(A11, B3:F5, 3, FALSE)

๐Ÿ”น Explanation:

  • A11 โ†’ The lookup value (Product ID).
  • B3:F5 โ†’ The table range.
  • 3 โ†’ The row number to return data from (Price row).
  • FALSE โ†’ Exact match required.

โœ… Now, enter the Product ID in A11, and Excel will return the corresponding price! ๐Ÿš€

Example:

Leave a Reply

Your email address will not be published. Required fields are marked *

Pinterest
Instagram