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
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!