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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!