1. Which Excel function is used to add a range of numbers?
Show Answer and Explanation
★ Key Takeaway: Use SUM to add numbers across one or more cells.
Explanation: SUM adds all numeric values in the cells you specify. For example, =SUM(A1:A5) adds the values from A1 through A5.
Why other options are incorrect:Tip: Want to get comfortable with Excel functions fast? A 1-on-1 Excel tutor can help you practice SUM, AVERAGE, and COUNT with real examples. Explore 1-on-1 Excel tutoring on Fiverr →
2. Which formula correctly adds the values in cells A1 through A5?
Show Answer and Explanation
★ Key Takeaway: Excel functions start with an equals sign and use a colon to represent a range.
Explanation: The equals sign tells Excel it’s a formula, and A1:A5 means “from A1 to A5.” SUM then adds those values.
Why other options are incorrect:3. Which Excel function calculates the average of selected numbers?
Show Answer and Explanation
★ Key Takeaway: AVERAGE finds the mean value of the numbers you select.
Explanation: AVERAGE adds the numbers and divides by how many numeric values are included. For example, =AVERAGE(B1:B4) returns the mean of those cells.
Why other options are incorrect:4. What does the COUNT function do?
Show Answer and Explanation
★ Key Takeaway: COUNT counts numeric entries, not text.
Explanation: COUNT ignores text and blank cells. For example, if A1 has 10, A2 has “Hi”, and A3 is blank, =COUNT(A1:A3) returns 1.
Why other options are incorrect:5. Which function counts all non-empty cells, including text and numbers?
Show Answer and Explanation
★ Key Takeaway: COUNTA counts any cell with content, not just numbers.
Explanation: COUNTA includes text, numbers, and even formula results as long as the cell is not blank. It’s useful for counting how many entries are filled in a list.
Why other options are incorrect:6. What is the correct syntax for an Excel function?
Show Answer and Explanation
★ Key Takeaway: Functions use parentheses to hold arguments.
Explanation: Excel functions follow a consistent structure: equals sign, function name, then arguments inside parentheses, such as =SUM(A1:A5).
Why other options are incorrect:7. Which formula adds two separate ranges: A1:A3 and C1:C3?
Show Answer and Explanation
★ Key Takeaway: SUM can add multiple ranges by separating arguments with commas.
Explanation: SUM accepts multiple arguments, such as separate ranges or individual cells. Using a comma lets Excel treat them as two inputs to the same function.
Why other options are incorrect:8. If the values are 10, 20, and 30, what does =AVERAGE(10,20,30) return?
Show Answer and Explanation
★ Key Takeaway: AVERAGE adds the numbers and divides by how many numbers you provided.
Explanation: 10 + 20 + 30 = 60, and there are 3 numbers. 60 divided by 3 equals 20.
Why other options are incorrect:9. Which tool can quickly insert a SUM formula for a selected range?
Show Answer and Explanation
★ Key Takeaway: AutoSum is the fastest way to create a basic SUM total.
Explanation: AutoSum automatically suggests a nearby range to add and inserts a SUM function for you. It’s especially useful for quickly totaling columns or rows.
Why other options are incorrect:Tip: If function syntax still feels confusing, a tutor can help you practice AutoSum, ranges, and common functions until it feels natural. Find an Excel tutor on Fiverr →
10. Which function returns the smallest number in a range?
Show Answer and Explanation
★ Key Takeaway: MIN finds the lowest value in the selected cells.
Explanation: MIN scans the range and returns the smallest numeric value. For example, =MIN(D2:D10) returns the lowest number in that range.
Why other options are incorrect:11. Which function returns the largest number in a range?
Show Answer and Explanation
★ Key Takeaway: MAX returns the highest value in the selected cells.
Explanation: MAX looks through the numbers in a range and returns the largest one. For example, =MAX(D2:D10) gives the top value.
Why other options are incorrect:12. Which formula adds the values in A1, A3, and A5 only?
Show Answer and Explanation
★ Key Takeaway: You can SUM specific cells by listing them as separate arguments.
Explanation: SUM accepts individual cell references separated by commas. This adds only those cells, not the entire range.
Why other options are incorrect:13. If a range contains both numbers and text, what does AVERAGE do by default?
Show Answer and Explanation
★ Key Takeaway: AVERAGE ignores text in cells when calculating the mean.
Explanation: AVERAGE evaluates numeric values in the referenced cells and ignores text entries. This helps keep the average based on actual numbers rather than labels.
Why other options are incorrect:14. Which function is best for counting how many numeric scores are in a list?
Show Answer and Explanation
★ Key Takeaway: COUNT is ideal when you only want to count numeric entries.
Explanation: In typical datasets like marks or sales numbers, COUNT quickly tells you how many numeric items exist, which is useful for validation and reporting.
Why other options are incorrect:15. Which formula calculates the average for cells B2 through B6?
Show Answer and Explanation
★ Key Takeaway: AVERAGE uses a colon to define a continuous range.
Explanation: B2:B6 means all cells from B2 to B6. AVERAGE then calculates the mean of the numeric values in that range.
Why other options are incorrect:16. Which function is most useful for calculating a total sales amount from a column of numbers?
Show Answer and Explanation
★ Key Takeaway: Use SUM for totals in real-world spreadsheets like sales, expenses, and budgets.
Explanation: SUM is designed for adding numeric values across a range, which is exactly what you need for totals such as monthly sales or total expenses.
Why other options are incorrect:17. What happens if you type SUM(A1:A5) into a cell without an equals sign?
Show Answer and Explanation
★ Key Takeaway: Excel formulas must start with an equals sign to calculate.
Explanation: Without the equals sign, Excel assumes you are entering plain text. To perform a calculation, you must type =SUM(A1:A5).
Why other options are incorrect:18. Which function can help you quickly find the average score of a class?
Show Answer and Explanation
★ Key Takeaway: AVERAGE is the standard function for typical “mean score” calculations.
Explanation: If student scores are in a range like C2:C31, =AVERAGE(C2:C31) returns the class average, which is commonly used for reporting performance.
Why other options are incorrect:19. Which formula counts how many cells in D1:D10 contain numbers?
Show Answer and Explanation
★ Key Takeaway: COUNT counts numeric cells; COUNTA counts non-empty cells.
Explanation: If D1:D10 includes numbers, text labels, and blanks, COUNT includes only the numeric entries. This is useful for checking how many valid numbers were entered.
Why other options are incorrect:20. Which statement best describes why Excel functions are useful?
Show Answer and Explanation
★ Key Takeaway: Functions help you calculate faster and more accurately.
Explanation: Instead of adding or averaging values manually, you can use functions like SUM and AVERAGE to update results automatically when your data changes, which saves time and lowers mistakes.
Why other options are incorrect: