Hi, I am trying to workout a formula which can help me pick a specific category and count all that c

Stuti
✭✭
Hi, I am trying to workout a formula which can help me pick a specific category and count all that started in a specific month. For example: I want to count How many Indirect Product and Services activities started in April. I am using the below formula which is giving me 0 value
=COUNTIFS({Dem Pep Range 8}, "Indirect products and Services", {Dem Pep Range 8}, <=TODAY())
Answers
-
You are going to want something that ends up looking more like this...
=COUNTIFS({Source Sheet Activities Column}, "Indirect products and services", {Source Sheet Date Column}, AND(IFERROR(MONTH(@cell), 0) = 4, IFERROR(YEAR(@cell), 0) = 2022))
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!