Having Issue with 2nd Sumifs criteria, trying to add by date and matching accounting group
I need to add transactions a Year to Date Amount and by Accounting Group
Best Answer
-
You do have brackets remaining in the last part of your formula.
Should be:
=SUMIFS({FR19 Range 3}, {FR19 Range 4}, AND(@cell>=DATE(2019,8,1),@cell<=TODAY(-365)), {FR19 Range 5}, "310.02 Membership Dues")
Answers
-
You do have brackets remaining in the last part of your formula.
Should be:
=SUMIFS({FR19 Range 3}, {FR19 Range 4}, AND(@cell>=DATE(2019,8,1),@cell<=TODAY(-365)), {FR19 Range 5}, "310.02 Membership Dues")
-
Thanks for the edit! Works perfectly.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!