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
- 64.8K Get Help
- 434 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
Check out the Formula Handbook template!