COUNTIFS Formula Question

Hello, I am trying to use the COUNTIFS formula to capture the status of a project between a date range, and I am not able to figure it out. The formula I have is below, but I keep getting #UNPARSEABLE. I have tried several different versions of this with no luck. Any help would be greatly appreciated.
=COUNTIFS(Status:Status, "Released", Status:Status, "Released")), AND([Status Change Date]:[Status Change Date], >=DATE(2022,01,01))
Best Answer
-
Hi @Dan H ,
Try this:
=COUNTIFS(Status:Status, "Released", [Status Change Date]:[Status Change Date], >=DATE(2022, 1, 1))
This counts the number of rows where the status = Released and date is on or after the start of this year.
Hope that helps. Let me know if that works for you.
Thanks!
Answers
-
Hi @Dan H ,
Try this:
=COUNTIFS(Status:Status, "Released", [Status Change Date]:[Status Change Date], >=DATE(2022, 1, 1))
This counts the number of rows where the status = Released and date is on or after the start of this year.
Hope that helps. Let me know if that works for you.
Thanks!
-
@Sing C Brillant! It worked :) Thank you very much!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!