I'm trying to Subtotal a series of SUMIFS functions.
I currently have a series of the following SUMIFS function in column G:
=IF(cur_month>=G$12-1,SUMIFS(amt_Jan,dpt_Jan,$A23,acct_Jan,$B23),SUM(G15:G22))
This pulls the values from another worksheet using named ranges.
At the end of column G...