COUNTIFS for specific year
Gaurav Chauhan
✭✭✭✭✭✭
Hi Team,
I am trying to out the number of projects which are in progress under a certain project category which have a Project End date of 2023 and after.
Up until CRM it works fine and then throws error with the IFERROR and End date logic.
Can you please help fix it.
=COUNTIFS({Status}, "In Progress", {Project Category}, "CRM", IFERROR({Project End date}, ">=2023"))
Answers
-
Does this work?
=COUNTIFS({Status}, "In Progress", {Project Category}, "CRM", {Project End date}, >=DATE(2023, 1, 1))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 463 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!