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
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 301 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!