Functions: IF, TODAY, NOW, LOWER, UPPER, PROPER, LEN
Multiple Choice (Select the best answer)
What is the symbol for a cell reference in Excel?
(a) @
(b) $
(c) &
(d) %
What is a function?
(a) A predefined formula that performs a specific calculation
(b) A rule that tells Excel how to calculate something
(c) A cell in a spreadsheet
(d) The address of a cell
What is the purpose of a function?
(a) To perform a calculation
(b) To create a chart
(c) To filter data
(d) None of the above
What is a range of cells?
(a) A group of adjacent cells
(b) A single cell
(c) A formula
(d) The address of a cell
Review Questions
Beginner:
What is the formula to calculate the sum of a range of cells?
What is the formula to calculate the average of a range of cells?
What is the formula to count the number of cells in a range that contain a specific value?
What is the formula to calculate the minimum or maximum value in a range of cells?
What is the formula to round a number to a specific number of decimal places?
What is the function in Microsoft Excel? Enlist some important functions?
Explain the purpose, syntax, and provide an example for each of the following Microsoft Excel functions: SUM, COUNT, SUMIF, and POWER.
What is the difference between a relative cell reference and an absolute cell reference?
How do you use the $ symbol to lock cell references in a formula?
What is the use of Conditional Formatting?
What is the use of Data Validation?
What is the purpose of the comparison operators (e.g., <, >, =) in Excel, and how are they used in formulas?
How can you use logical operators (AND, OR, NOT) in Excel formulas to perform conditional calculations?
What is the ampersand operator (&) used for when working with cell references in Excel?
Explain the use of the range operator ( colon, : ) in Excel and how it simplifies cell referencing.
How can you use the IF function in Excel to perform conditional operations? How does it relate to operators?
Explain how to use the CONCAT function and the operator for line breaks in Excel to create multi-line text.
Describe the use of the CONCAT function versus the “&” operator for text manipulation in Excel
What are some common functions used in Excel formulas?
How would you write a formula to calculate the total sales for each product in a worksheet?
How would you write a formula to count the number of cells in a range that contain the text “Apple”?
What does the following formula do?
What is the IF function used for?
The IF function is used to perform conditional logic in Excel. It can be used to test a condition and return a different value depending on the outcome of the test.
What is the difference between a logical test and a comparison operator?
Answer: A logical test is a condition that is evaluated to TRUE or FALSE. A comparison operator is a symbol that is used to compare two values.
=IF(A1>B1,"A1 is greater than B1","A1 is less than or equal to B1")
What is conditional formatting, and how can you use it to highlight specific data in Excel? (Windows only)
In Excel, write the formulas to calculate the following for the range of cells A1:A10, which contains the values {10, 20, 30, 40, 50, 60, 70, 80, 90, 100}:**
Minimum value
Maximum value
Sum of all values
Average value
Multiple Choice Questions
What is the cell reference of the cell located at the intersection of column A and row 9?
A9
9A
A1
1A
What is the cell reference of the range of cells A1 to A10?
A1:A10
A1-A10
1A:10A
1A-10A
What is the cell reference of the cell located two rows below and one column to the right of cell B3?
C5
D5
C4
D4
Which of the following is a valid cell reference in Excel?
A10
10A
AA1
100
What does the $ symbol do when used in a cell reference in Excel?
It makes the cell reference absolute.
It makes the cell reference relative.
It makes the cell reference mixed.
It does nothing.
What is the difference between a relative cell reference and an absolute cell reference?
A relative cell reference changes when the formula is copied to a different cell, while an absolute cell reference does not change.
An absolute cell reference changes when the formula is copied to a different cell, while a relative cell reference does not change.
There is no difference between a relative cell reference and an absolute cell reference.
Both relative and absolute cell references change when the formula is copied to a different cell.
Which of the following is a valid mixed cell reference in Excel?
$A10
A$10
$A$10
10A$10
What is the cell reference of the cell two rows down and one column to the right of cell A1?
B3
A3
B2
A2
What is the cell reference for the range of cells from A1 to B10?
A1:B10
1:10
A1-B10
A1*B10
Which of the following is a valid formula?
=SUM(A1:B1)/2
=SUM(A1:B1) , A2
=SUM(A1:B1) : B2
None
Which of the following formulas will return the value 10?
=SUM(1, 2, 3, 4)
=AVERAGE(1, 2, 3, 4)
=MAX(1, 2, 3, 4)
=MIN(1, 2, 3, 4)
What is the function for finding the maximum value in a range of cells?
MAX()
MIN()
AVERAGE()
COUNT()
What is the function for counting the number of cells in a range that contain a specific value?
COUNTIF()
COUNTA()
SUMIF()
VLOOKUP()
What is the function for rounding a number to a specified number of decimal places?
ROUND()
FLOOR()
CEILING()
TRUNC()
The COUNTIF function is used to:
Count the number of cells in a range that meet a certain criteria
Calculate the average of values in a range that meet a certain criteria
Find the maximum value in a range that meet a certain criteria
None of the above
What is the function for calculating the average of a range of cells?
SUM
AVERAGE
MIN
MAX
What is the function for calculating the minimum value in a range of cells?
SUM
AVERAGE
MIN
MAX
What is the function for counts the number of cells that are not empty in a range.
COUNTA
COUNTBLANK
COUNTIF
COUNTS
What is the function for concatenating two or more text strings into a single text string?