Hi, I am trying to workout a formula which can help me pick a specific category and count all that c
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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!