NEW
Font size
WorksheetsSF Exam - Comp1
Total questions: 50
Worksheet time: 33mins
The function returns a #DIV/0! error.
The value 0 is included in the sum (numerator), but the cell is excluded from the count (denominator).
The value 0 is included in the sum (numerator) and the cell is included in the count (denominator).
0
It returns a #VALUE! error.
It includes the text values as $0 (zero) in the calculation.
0
True or False: The VLOOKUP function requires the column containing the lookup value (the value you are searching for) to be the first column in the specified table array.
True
False
True or False: In a VLOOKUP formula, the column index number specifies the column containing the data you want to retrieve, counting from the left side of the table array.
True
False
True or False: If you set the range_lookup argument in VLOOKUP to FALSE, the function will accept the closest match instead of an exact match.
True
False
True or False: The LOOKUP function, in its Vector form, can look up a value and return a corresponding value from a range that is not sorted.
True
False
True or False: When VLOOKUP is set to look for an exact match, if it finds the lookup value more than once, it will return the corresponding value from the last matching entry.
True
False
True or False: The LOOKUP function's "Array form" is generally considered the more flexible and common version compared to the "Vector form."
True
False
True or False: If VLOOKUP cannot find an exact match (and is set to exact match), it returns the error value #N/A.
True
False
True or False: When using an approximate match (TRUE or omitted) in VLOOKUP, the lookup column does not need to be sorted in ascending order.
True
False
True or False: LOOKUP can perform a reverse lookup, meaning it can retrieve data to the left of the lookup column.
True
False
True or False: VLOOKUP is designed to search data vertically (down the column) rather than horizontally across a row.
True
False
