true or false: the vlookup function requires a primary key column, while the hlookup function requires a…

true or false: the vlookup function requires a primary key column, while the hlookup function requires a primary key row.\nfalse\ntrue
Answer
Brief Explanations:
Neither VLOOKUP nor HLOOKUP require a primary - key column or row. VLOOKUP searches for a value in the first column of a table and then returns a value in the same row from a specified column. HLOOKUP searches for a value in the first row of a table and returns a value in the same column from a specified row. They work with any data where the lookup value can be found in the appropriate row or column.
Answer:
False