COUNT(COLLECT) Status and Dates
Hi Super Guru's,
Could I kindly ask assistnace on where my formula is incorrect. Getting #UNPARSABLE error
=COUNT(COLLECT(Status:Status, ="Complete"),[Finish Date]:[Finish Date], >=DATE(2024, 1, 1), [Finish Date]:[Finish Date], <=DATE(2024, 12, 31)))
Nick Blocker - Analytics Adventurer
Best Answer
-
@NickBlocker Hi, I would use a countifs instead of a count and collect. Try something like this:
=COUNTIFS([Finish Date]:[Finish Date], AND(@cell >= DATE(2024, 1, 1), @cell <= DATE(2024, 12, 31)), Status:Status, @cell = "Complete")
Answers
-
@NickBlocker Hi, I would use a countifs instead of a count and collect. Try something like this:
=COUNTIFS([Finish Date]:[Finish Date], AND(@cell >= DATE(2024, 1, 1), @cell <= DATE(2024, 12, 31)), Status:Status, @cell = "Complete")
-
That worked like a charm!!!! Thank you so much for you help!
Nick Blocker - Analytics Adventurer
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!