Calculate Average of Task Progress, per Person

Hello,
I am trying to create a dashboard showing the average task completion status' of a number of team members.
I feel this needs to be completed in Sheet Summary, but can't figure the right formula...
Essentially trying to get; AVG of Column [Status], IF Assigned to [Joe]
Any clues? thanks
PS. the dark rows are parent rows, calculating the overall average status of it's children
Best Answers
-
Hi GWOOD02,
Please try the follwing formula-
=(AVERAGEIF([Assigned To]:[Assigned To], "Joe", Status:Status)) * 100
You just need to change the name in the formula, and it will return the average of that person.
Thank you,
Shubham Umale
Associate - Smartsheet, Ignatiuz Software
-
Beautiful! That worked perfectly. Thanks so much @Shubham
Answers
-
Hi GWOOD02,
Please try the follwing formula-
=(AVERAGEIF([Assigned To]:[Assigned To], "Joe", Status:Status)) * 100
You just need to change the name in the formula, and it will return the average of that person.
Thank you,
Shubham Umale
Associate - Smartsheet, Ignatiuz Software
-
Beautiful! That worked perfectly. Thanks so much @Shubham
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
Check out the Formula Handbook template!