A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
The autosum button should use the SUM formula, in this case =SUM(A:A).
Whatever button/menu option you're using is using the SUBTOTAL function. this function has 2 arguments. The first; 9 in this case means SUM and the second is the range. Other argumenst are pasted below and can be found in Excel help for Subtotal.
As you can see from below 9 is SUM and 109 is SUM but ignore hidden values.
| 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 |
| 11 | 111 | VARP |