SUMIFS reference another sheet if date = this month

Options

This formula worked until the new year. Any tweak I have tried breaks the formula all together. Currently the formula returns $0. There is data on source sheet it should be calculating but its not recognizing "This month AND This year"

=SUMIFS({INV TTL}, {INV Auth Date}, AND(IFERROR(MONTH(@cell), 0) = IF(MONTH(TODAY()) = 1, 12, MONTH(TODAY())), IFERROR(YEAR(@cell), 0) = IF(MONTH(TODAY()) = 1, YEAR(TODAY()), YEAR(TODAY()))))

Any pointers would be appreciated. Thanks

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!