HLOOKUP stands for ‘Horizontal Lookup’. It is a function in
Excel that makes search for a certain value in a row.
Syntex
Arguments
1. lookup_value - The value to look up.
2. table_array - The table from which to retrieve data.
3. row_index - The row number from which to retrieve data.
4. range_lookup - [optional] exact match or approximate match.
1. lookup_value - The value to look up.
2. table_array - The table from which to retrieve data.
3. row_index - The row number from which to retrieve data.
4. range_lookup - [optional] exact match or approximate match.