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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!