AVG(COLLECT

Seeking your assistance please with the below which results in #unparseable. I'm looking for the average number of days on all rows between a Created Date column (Date submitted) and a date column (date you need result back?) and the assigned person.
I've tried and failed with a number of other formulas but of all I think this is on the right track but I'm not getting it. ie
=NETWORKDAYS(DATEONLY(AVG(collect(([Date Submitted]@row,-[Date you need result back?]@row, [Assigned To]:[Assigned To],"Travis")))
Regards
Cheers.
Answers
-
You would need to calculate the number of days on each row individually first. Then you would use the AVG/COLLECT.
-
Thanks @Paul Newcome
Was able to use =NETWORKDAYS(DATEONLY([Date Submitted]@row), [Date you need result back?]@row) in a new column "Turn around time" then, =AVG(COLLECT([Turn around time]:[Turn around time], [Assigned To]:[Assigned To], "Travis")) in a sheet summary field.
Cheers.
Cheers.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!