Forum Discussion

Donna830's avatar
Donna830
Copper Contributor
Aug 21, 2024
Solved

Excel on Mac - Evolving a Formula

Hi, I have a question that I'm sure someone out there can answer.   The following formula has worked great, but I need to evolve it: =SUMIFS('List of Transactions'!G3:G373,'List of Transactions'!K...
  • mathetes's avatar
    mathetes
    Aug 21, 2024

    Donna830 

     

    See what you think of this approach. I changed your database to a table, which has the advantage of "automatically" adjusting the formulas, as you add rows of data, to accommodate the number of active rows. I also cleared out the colored columns below the active data. Those increase, unnecessarily, the size of the file.

     

    And I used the FILTER and SUM function, as you'll see, rather than SUMIF. That (IMHO) is cleaner. The hyperlink there will give you more information on how to use FILTER.

Resources