AVG - COLLECT Formula Help
Hi y'all!
I am attempting to find the average days it takes to implement a project. I want to calculate data based on each project manager and also by what type of project they are implementing.
This is my formula but it is returning a "#DIVIDE BY ZERO" error:
=AVG(COLLECT({Time TI}, {Owner Last Name}, "Doe", {record type}, "Project Type 1"))
Attached you will find an example sheet of data I am calculating.
Can anyone help point me in the right direction? Thank you in advance!
Best Answer
-
THIS SHOULD HELP.
=IFERROR(AVG(COLLECT({Time TI}, {Owner Last Name}, "Doe", {record type}, "Project Type 1")),"0")
Answers
-
THIS SHOULD HELP.
=IFERROR(AVG(COLLECT({Time TI}, {Owner Last Name}, "Doe", {record type}, "Project Type 1")),"0")
-
Amazing, that did it. Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!