What is a single Excel file, which can contain multiple worksheets, called?
Correct answer: D
A workbook is the entire Excel file, which can contain one or more worksheets.
0 correct out of 0 attempted (0%)
Correct answer: D
A workbook is the entire Excel file, which can contain one or more worksheets.
Correct answer: C
A worksheet, or sheet, is a single page of cells within a workbook.
Correct answer: C
Every Excel formula begins with an equals sign to signal a calculation.
Correct answer: A
The SUM function adds together all numbers in the specified range.
Correct answer: A
The AVERAGE function calculates the mean value of a range of numbers.
Correct answer: A
COUNT counts the number of cells containing numeric values in a range.
Correct answer: B
COUNTA counts all non-empty cells, whether they contain numbers, text, or other data.
Correct answer: A
COUNTBLANK counts the number of empty cells within a specified range.
Correct answer: C
COUNTIF counts the number of cells that meet one specified criterion.
Correct answer: C
SUMIF adds the values in cells that meet one specified criterion.
Correct answer: B
AVERAGEIF calculates the average of cells that meet one specified criterion.
Correct answer: D
The MAX function returns the largest value in the specified range.
Correct answer: C
The MIN function returns the smallest value in the specified range.
Correct answer: C
The MEDIAN function returns the middle value when the numbers are sorted.
Correct answer: B
The MODE function returns the value that appears most frequently in a data set.
Correct answer: B
VLOOKUP searches vertically (down a column) for a value and retrieves related data.
Correct answer: B
HLOOKUP searches horizontally (across a row) for a value and retrieves related data.
Correct answer: D
INDEX returns a value from a specific position within a given range.
Correct answer: C
MATCH returns the position of a specified value within a range.
Correct answer: A
CONCATENATE (or CONCAT) joins text from multiple cells into a single string.
Correct answer: D
The TEXT function converts a number to text in a specified display format.
Correct answer: D
The VALUE function converts a text string representing a number into a numeric value.
Correct answer: B
LEFT extracts a set number of characters starting from the left of a text string.
Correct answer: D
RIGHT extracts a set number of characters starting from the right of a text string.
Correct answer: A
MID extracts a substring from a specified starting position for a given length.