Recall & Review
beginner
What does the SUBTOTAL function do in Excel?
The SUBTOTAL function calculates a summary value like sum, average, or count for a range of cells. It can ignore hidden rows, making it useful for filtered lists.
Click to reveal answer
beginner
How do you use SUBTOTAL to sum only visible cells in a filtered list?
Use SUBTOTAL with function number 109: <br>
=SUBTOTAL(109, range). This sums only visible cells, ignoring hidden rows from filters.Click to reveal answer
intermediate
What is the difference between function numbers 9 and 109 in SUBTOTAL?
Function number 9 sums all cells including hidden ones. Function 109 sums only visible cells, ignoring rows hidden by filters.
Click to reveal answer
intermediate
Can SUBTOTAL ignore rows hidden manually (not by filter)?
No, SUBTOTAL ignores only rows hidden by filters when using function numbers 101-111. It includes manually hidden rows in calculations.
Click to reveal answer
advanced
How can SUBTOTAL help when you have multiple subtotal calculations in a list?
SUBTOTAL ignores other SUBTOTAL formulas in its range, preventing double counting when you have nested subtotals.
Click to reveal answer
Which SUBTOTAL function number sums all cells including hidden rows?
✗ Incorrect
Function number 9 sums all cells including hidden rows. Function 109 sums only visible cells.
What does SUBTOTAL(109, A1:A10) do?
✗ Incorrect
109 tells SUBTOTAL to sum only visible cells, ignoring rows hidden by filters.
Does SUBTOTAL ignore rows hidden manually (not by filter) when using function number 109?
✗ Incorrect
SUBTOTAL ignores only rows hidden by filters, not manually hidden rows.
Why is SUBTOTAL useful when you have multiple subtotal formulas in a list?
✗ Incorrect
SUBTOTAL ignores other SUBTOTAL formulas in its range, preventing double counting.
Which function number would you use with SUBTOTAL to calculate the average ignoring hidden rows?
✗ Incorrect
Function number 101 calculates average ignoring rows hidden by filters.
Explain how the SUBTOTAL function works and why it is useful with filtered data.
Think about how filtering hides rows and how SUBTOTAL can skip those.
You got /4 concepts.
Describe the difference between function numbers 9 and 109 in the SUBTOTAL function.
One counts everything, the other skips filtered-out rows.
You got /3 concepts.