Using HLOOKUP() function to retrieve values in tables.
0
Unlike vlookup that looks for values in column, HLOOKUP() looks for values in rows, and retrieves values from a given row, with exact or approximate matches. The first argument of the function is lookup_value, the second is lookup_table, the third is "row offset" and the fourth is true or false based on exact or approximate match.
0
Unlike vlookup that looks for values in column, HLOOKUP() looks for values in rows, and retrieves values from a given row, with exact or approximate matches. The first argument of the function is lookup_value, the second is lookup_table, the third is "row offset" and the fourth is true or false based on exact or approximate match.