I am trying to calculate a cumulative sum or running total with a sumifs formula. The below is working, but I imagine there is an easier way to do this formula.
Below is the formula I have in Q1 '23 Forecast and I keep adding a new sumifs formula as I go down the row of forecast columns.
=SUMIF($Category$3:$Category$14, $Category@row, $[Actuals (period to date)]$3:$[Actuals (period to date)]$14) + SUMIF($Category$3:$Category$14, $Category@row, [Q1 '23 Forecast]3:[Q1 '23 Forecast]14)