Calculate Avg # of Days project open - by person
Hi all -
I need to create a formula that displays the average number of days a project is open, filtered by person. If this was a report it would filter all rows by person then calculate the average from there.
How would you approach this? Seems simple but it's not working for me. Thanks!
Best Answer
-
Hello @Lisa Wood, you would need a few things for this to work, which I will lay out just to assume you don't have any of these.
Pre-req:
Assigned to column (Assigned) for the name of person
Status of project (Status) for Open and Closed or whatever
Duration of project open (Duration). There's a few ways you can populate this.
Formula: =AVG(COLLECT(Duration:Duration, Assigned:Assigned, "Assigned person", Status:Status, "Open"))
Answers
-
Hello @Lisa Wood, you would need a few things for this to work, which I will lay out just to assume you don't have any of these.
Pre-req:
Assigned to column (Assigned) for the name of person
Status of project (Status) for Open and Closed or whatever
Duration of project open (Duration). There's a few ways you can populate this.
Formula: =AVG(COLLECT(Duration:Duration, Assigned:Assigned, "Assigned person", Status:Status, "Open"))
-
Thank you for that! I had to add some cross-sheet references but it seems to be working. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!