0
0
Excelspreadsheet~5 mins

Subtotals in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
A109
B9
C1
D101
What does SUBTOTAL(109, A1:A10) do?
ASums only visible cells in A1:A10
BCounts all cells in A1:A10
CAverages all cells in A1:A10
DIgnores all hidden and visible cells
Does SUBTOTAL ignore rows hidden manually (not by filter) when using function number 109?
AYes, it ignores all hidden rows
BOnly if the rows are hidden by a macro
COnly if the rows are hidden in a grouped outline
DNo, it includes manually hidden rows
Why is SUBTOTAL useful when you have multiple subtotal formulas in a list?
AIt ignores other SUBTOTAL formulas to avoid double counting
BIt counts all cells twice
CIt hides all subtotal rows automatically
DIt converts subtotals to averages
Which function number would you use with SUBTOTAL to calculate the average ignoring hidden rows?
A1
B109
C101
D9
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.