SUBTOTAL Google Sheets Formula
Generate Google Sheets SUBTOTAL Formulas in seconds
Interactive Google Sheets Formula Generator
Formula Generator
Create complex Google Sheets formulas with natural language. Simply describe what you want to calculate.
Upgrade to Sheet Alchemy Pro
Get advanced formulas, batch processing, and priority support
Input
Result
Your formula will be displayed here:
Your formula will appear here
Describe what you want to calculate and click Generate
Pro Features Available
Sheet Alchemy Pro includes additional advanced features to enhance your formula generation.
Advanced Formulas
Complex array formulas and dynamic ranges
Batch Processing
Generate multiple formulas at once
Unlimited History
Save and organize all your formulas
SUBTOTAL Formula Syntax
Example Use Case
Calculates a subtotal in a range using a specified function (e.g., sum, average) in Google Sheets, ignoring other subtotals.
Understanding the SUBTOTAL Function in Google Sheets
The SUBTOTAL function performs calculations like sum or average on a range, with a function code (e.g., 9 for sum), and ignores nested subtotals.
Why Use SUBTOTAL in Google Sheets?
SUBTOTAL is great for dynamic summaries in filtered data or tables, avoiding double-counting of subtotals.
Example with Sample Data
Input Range | Formula | Result |
---|---|---|
1, 2, 3 | =SUBTOTAL(9, A1:A3) | 6 |
4, 5, 6 | =SUBTOTAL(1, A1:A3) | 5 |
10, 20 | =SUBTOTAL(9, A1:A2) | 30 |
The table shows SUBTOTAL with codes 9 (sum) and 1 (average) on sample ranges.
Explore More Google Sheets Formulas
IMPORTDATA
Imports data from a URL in CSV or TSV format into Google Sheets.
Learn moreCONCAT
Combines two text strings into one in Google Sheets, useful for simple text concatenation.
Learn moreEVEN
Rounds a number up to the nearest even integer in Google Sheets, often used for data formatting and rounding operations.
Learn moreABS
Calculating the absolute value of a number to remove negativity for further calculations in Google Sheets
Learn moreFIND
Returns the position of a text string within another string in Google Sheets, case-sensitive.
Learn moreRIGHT
Extracts a specified number of characters from the end of a text string in Google Sheets.
Learn moreFALSE
Returns the logical value FALSE in Google Sheets, used in logical expressions.
Learn moreCOUNT
Counts the number of cells with numeric values in a range in Google Sheets, useful for tallying numbers.
Learn moreMaster Google Sheets with Sheet Alchemy
Get access to all our formula generators, script generators, and advanced tutorials with a free Sheet Alchemy account.