Written by Allen Wyatt (last updated December 10, 2022)
This tip applies to Excel 97, 2000, 2002, and 2003
One of the built-in functions provided with Excel is SUBTOTAL. This function is used automatically by Excel if you use the Subtotals option from the Data menu. If you learn to use the SUBTOTAL function by itself, however, you will find that it is very versatile and flexible. You can use it to procure more than just a simple subtotal, as the function name suggests.
The syntax for the SUBTOTAL function is as follows:
SUBTOTAL(function, refs)
In this syntax, the function is a value of 1 through 11, each representing a different way that SUBTOTAL can analyze your data. The settings have the following meanings:
Function | Meaning | |
---|---|---|
1 | AVERAGE | |
2 | COUNT | |
3 | COUNTA | |
4 | MAX | |
5 | MIN | |
6 | PRODUCT | |
7 | STDEV | |
8 | STDEVP | |
9 | SUM | |
10 | VAR | |
11 | VARP |
Notice that you are not limited to just totaling information; you can perform quite a few different calculations on your data. The function settings refer to different Excel functions (AVERAGE, COUNT, etc.) that are used, in turn, by the SUBTOTAL function.
The refs setting in SUBTOTAL means the cells or cell ranges to which the SUBTOTAL function should be applied. You can separate individual cell references by commas, and you can include up to 29 references (if desired).
The beauty of the SUBTOTAL function is that it ignores any other occurrence of the SUBTOTAL function in a range. Thus, if you used SUBTOTAL at the bottom of a column of values, and there were three other instances of SUBTOTAL in that column, the bottom SUBTOTAL would ignore the other three.
Another neat feature of SUBTOTAL is that it only works with displayed data. Thus, if you had some rows hidden or filtered rows, those are ignored in the calculation.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2048) applies to Microsoft Excel 97, 2000, 2002, and 2003.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
Creating math formulas is a particular strong point of Excel. Not all the functions that you may need are built directly ...
Discover MoreThe COMBIN function is used to determine the number of combinations that can be made from a group of elements. This tip ...
Discover MoreFinding a square root is easy because Excel provides a worksheet function for that purpose. Finding a different root may ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments