Forum Discussion

ehoward73401's avatar
ehoward73401
Copper Contributor
Dec 07, 2020

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

  • SergeiBaklan's avatar
    SergeiBaklan
    Diamond Contributor

    ehoward73401 

    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_Eekelen's avatar
    Riny_van_Eekelen
    Platinum 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(........).

      • Riny_van_Eekelen's avatar
        Riny_van_Eekelen
        Platinum 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,.....)

Resources