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

Smarty
Smarty ✭✭✭
edited 07/15/22 in Formulas and Functions

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

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!