Challenges with combining SUMIFS and COUNTIFS

I am using the Sheet Summary to input formulas helping me to track the COUNT of installs that took place in a given month/year. But now I want to SUM how many assets were installed at that location using the same date criteria. My formulas below are allowing me to COUNT how many rows (AKA customer locations) fit my criteria, but now I'm having an issue getting my formula to SUM how many assets (indicated in [Completed Count] column) were installed using the same date criteria.

The first formula that did work for me (COUNT of installs in 02 2025) is…

=COUNTIFS([Install Date]:[Install Date], IFERROR(MONTH(@cell), 0) = 2, [Install Date]:[Install Date], IFERROR(YEAR(@cell), 0) = 2025)

The next formula that is NOT working for me (SUM of assets installed in 02 2025) is…

=SUMIFS([Completed Count]:[Completed Count], [Install Date]:[Install Date], IFERROR(MONTH(@cell), 0) = 2, [Install Date]:[Install Date], IFERROR(YEAR(@cell), 0) = 2025)

Please help!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!