Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Average % complete if task is assigned to "xxx"

What I am trying to do is figure out an assigned user's bandwidth. I am doing this by having them assign a % Complete to a task and then averaging the childrenย =AVG(CHILDREN()). What I want to be able to do is average the children but only for specific assigned users. So average the children (% Complete) for tasks assigned to user XXX.ย
Comments
-
do you list each user under a parent row to seperate them. This would allow you to do what you are working on.ย
-
Here is a screen shot of part of the project plan.ย
-
Hi Jeff, I built a formula to get the average % Complete for a specified user.
ย
=(SUMIF(CHILDREN([Assigned To]3), "DCI", CHILDREN([% ย Complete]3))) / (COUNTIF(CHILDREN([Assigned To]3), "DCI"))
ย
This will first sum the % Complete values if the Assigned to is DCI then divides it by the number of tasks DCI is assigned it.ย
ย
Enjoy!ย
-
Thanks Travis. I swear I will get these formulas down one day.ย
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives