Forum Discussion
Excel Sum Function
Everytime I hit auto sum, my formula defaults to subtotal instead of sum? This is frustrating, when I hit auto sum function it should sum. Can it to sum at all? Only subtotal. How can I fix?
5 Replies
- SergeiBaklanDiamond Contributor
Excel by default use SUBTOTAL(9,.. if the range is filtered. That's to exclude filtered cells from summing. If clean the filter it shall be SUM()
- Riny_van_EekelenPlatinum Contributor
ehoward73401 Are you adding Autosum to a structured table? If so, "my" Excel defaults to =SUBTOTAL(109,......), which is basically the same as SUM, though it excludes hidden (filtered out) rows
If you Autosum a regular range it should give you =SUM(........).
- SergeiBaklanDiamond Contributor
Sorry, missed your answer, had some break between starting an answer and POST
- Riny_van_EekelenPlatinum Contributor
SergeiBaklan No problem! In fact, your answer reveals a difference between Excel's behaviour on Windows and Mac. On a Mac (i.e. my Mac, MS365, Insider) a clean filter defaults to SUBTOTAL(109,.....)