Date Range in formula unparseable
Hi I would be very appreciative if someone could help me solve this date range formula.
=COUNTIFS(Status:Status, "Complete", [IS&T Services]:[IS&T Services], "<>Public Safety", [IS&T Services]:[IS&T Services], "<>Cross Functional", [IS&T Services]:[IS&T Services], "<>SubProjects and Tasks", [Actual Finish]:[Actual Finish], >=DATE(2020, 7, 1), [Actual Finish]:[Actual Finish], <=DATE(2021, 6, 30)))
I want to count the number of completed projects between July 1, 2020 and June 30, 2021.
Thank you!
Answers
-
Your date range portions are correct. It is the Services portions that are causing an issue. You need to move the quotes to around only the text and not include the <> in the quotes.
-
Hi Paul, thanks for the suggestion but it didn't work - still unparseable. However, I tried removing one of the parenthesis at the end of the formula and it is now returning results. Does that make sense?
=COUNTIFS(Status:Status, "Complete", [IS&T Services]:[IS&T Services], "<>Public Safety", [IS&T Services]:[IS&T Services], "<>Cross Functional", [IS&T Services]:[IS&T Services], "<>SubProjects and Tasks", [Actual Finish]:[Actual Finish], <=DATE(2021, 6, 30), [Actual Finish]:[Actual Finish], >=DATE(2020, 7, 1))
-
It does make sense. Are each of your entries in the [IS&T Services] prefixed by <>?
<> is also the operator for "not equal to" (opposite to "=" ). That's why I initially thought that was the issue.
But yes. Too many closing parenthesis on the end of the formula can break it.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!