Lookup & Reference | How to Use Excel HLOOKUP Function?



In the previous post, we saw ‘Lookup & Reference |How to Use Excel VLKOOUP Function?, now we will learn about How to Use Excel HLOOKUP Function?’.


Where to Find the Lookup & Reference Function?

To find the Lookup & Reference function in excel open excel and click on the “Blank” to open a blank excel worksheet now click on the ‘Formula Tab’ and under ‘Function Library’ click on the ‘Lookup & Reference’ option as shown below:

You can also see the Lookup & Reference function via shortcut key – press ‘ALT + M + O’ after that select the lookup & Reference function that you want to use.


What is Excel HLOOKUP Function?

The H in HLOOKUP stands for “Horizontal.”

The HLOOKUP function Searches for a value in the top row of a table or an array of values and then returns a value in the same column from a row you specify in the table or array.

The HLOOKUP function is suitable when the fields of the table array are placed row-wise.


Syntax

HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])


Arguments

The HLOOKUP function syntax has the following argument:

Lookup_value    Required. The value to be found in the first row of the table. Lookup_value can be a value, a reference, or a text string

Table_array    Required. A table of information in which data is looked up. Use a reference to a range or a range name.

Row_index_num    Required. The row number in table_array from which the matching value will be returned. A row_index_num of 1 returns the first-row value in table_array, a row_index_num of 2 returns the second-row value in table_array, and so on. If row_index_num is less than 1, HLOOKUP returns the #VALUE! error value; if row_index_num is greater than the number of rows on table_array, HLOOKUP returns the #REF! error value.

Range_lookup    Optional. A logical value that specifies whether you want HLOOKUP to find an exact match or an approximate match. If TRUE or omitted, an approximate match is returned. In other words, if an exact match is not found, the next largest value that is less than lookup_value is returned. If FALSE, HLOOKUP will find an exact match. If one is not found, the error value #N/A is returned.


Understand With Example


For Latest Updates & Learning Join Our YouTube Channel: Join Now

EduTaxTuber Team

EduTaxTuber Team

We are here to help for every updates related to everything...👍📙👍📗

Similar Posts

Leave a Reply