COUNTIFS Current Year
Looking to count those with a Project Status of closed for those with an End Date in the current year. My formula results in a #INVALID OPERATION. Can someone assist me with what I'm overlooking?
=COUNTIFS([Project Status]:[Project Status] = "Closed", [End Date]:[End Date], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
Regards,
Jill
Best Answers
-
Hello, @Jill Markham . There's a slight error in your formula. Rather than a = after the project status, you need a comma.
=COUNTIFS([Project Status]:[Project Status], "Closed", [End Date]:[End Date], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
I hope that helps!
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
-
=COUNTIFS([Project Status]:[Project Status], "Closed", [End Date]:[End Date], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
Answers
-
Hello, @Jill Markham . There's a slight error in your formula. Rather than a = after the project status, you need a comma.
=COUNTIFS([Project Status]:[Project Status], "Closed", [End Date]:[End Date], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
I hope that helps!
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
-
@Amber Eakin THANK YOU. That did it.
-
=COUNTIFS([Project Status]:[Project Status], "Closed", [End Date]:[End Date], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!