Seeing #UNPARSEABLE issue when applying formulae in the summary
Wanted to calculate the Average of time difference with some conditions like Implemented column is checked for the Level 1, and the final Level2 task is completed, then calculate time from the dates in the final level2 task called 'ECO Implementation".
Here is the formula I generated but I see #UNPARSEABLE error.
=AVG(COLLECT([Actual Completion Date]:[Actual Completion Date], AND(ANCESTORS([Level]@row) = 1, [Implemented]@column= true, [Task]@row = "ECO Implementation", [Status]@row = "Completed")) - COLLECT([Start Date]:[Start Date], AND(ANCESTORS([Level]@row) = 1, [Implemented]@column= true, [Task]@row = "ECO Implementation", [Status]@row = "Completed")))
Request your guidance to correct the mistake that I couldn't find.
Also, as a next step, I'd like to calculate AVG time based on one more condition called Workflow type that selected for all Level1 tasks. Need your support!
Answers
-
Hi @Kiranb -
The syntax for the COLLECT function is (Range, Criterion_Range1, Criterion1, Criterion_Range2, Criterion 2…..)
I suspect you may not need your AND statements, as they look like various criteria defining what you want to collect. It looks like your formula may be missing the criterion ranges.
Feel free to include a screenshot of your sheet(s) if you're able to do so! That's often really helpful for the community to troubleshoot formulas. :)
Kindly,
jen
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!