A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
It's all in Excel help under SUBTOTAL.
Just to clarify. If your using subtotal on a filtered range either in a table or by applying a filter then subtotal 3 does the same as 103 because as both ignore hidden rows in this instance and return only visible cells.
The only time 3 and 103 (or all other options) behave differently is if the rows are hidden by actually hiding a row using Format|Hide rows.
| Function_num <br>(includes hidden values) | Function_num <br>(ignores hidden values) | Function |
|---|---|---|
| 1 | 101 | AVERAGE |
| 2 | 102 | COUNT |
| 3 | 103 | COUNTA |
| 4 | 104 | MAX |
| 5 | 105 | MIN |
| 6 | 106 | PRODUCT |
| 7 | 107 | STDEV |
| 8 | 108 | STDEVP |
| 9 | 109 | SUM |
| 10 | 110 | VAR |