When using SUBTOTAL, common questions usually involve formula errors, parameter understanding, unexpected results, and recalculation checks; this FAQ covers 4 frequent questions.
FAQ
What should I do if the SUBTOTAL function shows an error?
- Check whether the formula starts with
=. - Check whether the parentheses, commas, and parameter count are complete.
- Confirm that the referenced range is valid and typed correctly.
- Press Enter again to run the calculation.
How can I view syntax guidance for SUBTOTAL?
- Select the target cell.
- Type
=SUBTOTAL(. - Look at the formula editing area for syntax guidance.
- Continue entering the function code and reference range based on the prompt.
Why is my SUBTOTAL result incorrect?
- Check whether the selected range includes cells that should not be part of the calculation.
- Check whether the parameters match your current summary goal.
- Confirm that the referenced range does not create repeated counting.
- Adjust the formula and review the result again.
Why does the result not change after I edit the data?
- Confirm that you changed data inside the range actually referenced by the formula.
- Select the result cell again to review the current reference range.
- Edit the formula and update the reference range if needed.
- Change the source data again and check whether the result updates.
Glossary
| Term | Definition |
|---|---|
| SUBTOTAL | A spreadsheet function used to summarize or calculate statistics for a selected range. |
| Function code | The parameter in SUBTOTAL that determines the type of calculation, such as sum, count, or average. |
| Reference range | The cell or cell range included in the formula calculation. |
| Automatic recalculation | The behavior in which a formula result updates after referenced data changes. |