COUNTIF(S)/AND - Three criteria, two columns

Smarty
โญโญโญโญ
Trying to count based on criteria in two columns, Shipped Date column (Month/Year) and Activity column (System).
Using Month/Year criteria works using "COUNTIF", but when I change to "COUNTIFS" to include additional "Activity" criteria, not having any luck. Any suggestions are appreciated!
=COUNTIF([Shipped Date]:[Shipped Date], AND(IFERROR(MONTH(@cell), 0) = 7, IFERROR(YEAR(@cell), 0) = 2022, (Activity:Activity), "System"))
Answers
-
=COUNTIFS([Shipped Date]:[Shipped Date], AND(IFERROR(MONTH(@cell), 0) = 7, IFERROR(YEAR(@cell), 0) = 2022), Activity:Activity, ="System")
-
Thank you!!
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!