asked 7.6k views
4 votes
HLOOKUP is used for Horizontal Data look ups while VLOOKUP is for Vertical Data look ups

Select one:
True
False​

asked
User Beno
by
7.7k points

1 Answer

1 vote

Answer:

True

Step-by-step explanation:

Both HLOOKUP and VLOOKUP are excel functions used for searching through tables for a specified lookup value to either get an exact or approximate match. The VLOOK and HLOOKUP functions have identical syntax which only differs with the HLOOKUP requiring the row index number to search through the rows while, VLOOKUP requires the column index number to search through the columns. Other than this difference, the other syntax values are the same.

VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

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

answered
User HTU
by
8.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.