steveschulte34
New Member
- Joined
- Jan 14, 2014
- Messages
- 4
Can someone kindly help me, I am so stuck! My boss made a workplan in Excel and we want to sum the number of hours each person has of work in a month across all tasks. The output table should show something like this
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]Name[/TD]
[TD="align: center"]Jan[/TD]
[TD="align: center"]Feb[/TD]
[TD="align: center"]Mar[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Person 2[/TD]
[TD]1[/TD]
[TD]7[/TD]
[TD]55
[/TD]
[/TR]
</tbody>[/TABLE]
The tricky part is, there are lots of tasks and each task may contain up to 5 different resources (not everyone is assigned to every task). So for each person, the summing, needs to look across all the tasks, for that month, and sum the hours for that month, only where there is a task with that person's name in it.
In psuedo code, for cell above ("Person 1" ; "Jan") it would be something like: (Look in the Workplan, and anywhere in the resource list section (resource 1 thru resource 5) you find "person 1" and they have hours assigned to "Jan", sum all of these across all tasks.
Please take a look at the linked workbook. In the “Resource Summary” tab, this is where I need the formula help (it seems to be giving me weird/incorrect results ->look at “person 4” or “person 10” vs. what they are actually assigned on the “Workplan” tab) https://drive.google.com/file/d/0B67R2lPaLfhiYzlGRUp5QW1XbVk/edit?usp=sharing
Thank you!
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]Name[/TD]
[TD="align: center"]Jan[/TD]
[TD="align: center"]Feb[/TD]
[TD="align: center"]Mar[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Person 2[/TD]
[TD]1[/TD]
[TD]7[/TD]
[TD]55
[/TD]
[/TR]
</tbody>[/TABLE]
The tricky part is, there are lots of tasks and each task may contain up to 5 different resources (not everyone is assigned to every task). So for each person, the summing, needs to look across all the tasks, for that month, and sum the hours for that month, only where there is a task with that person's name in it.
In psuedo code, for cell above ("Person 1" ; "Jan") it would be something like: (Look in the Workplan, and anywhere in the resource list section (resource 1 thru resource 5) you find "person 1" and they have hours assigned to "Jan", sum all of these across all tasks.
Please take a look at the linked workbook. In the “Resource Summary” tab, this is where I need the formula help (it seems to be giving me weird/incorrect results ->look at “person 4” or “person 10” vs. what they are actually assigned on the “Workplan” tab) https://drive.google.com/file/d/0B67R2lPaLfhiYzlGRUp5QW1XbVk/edit?usp=sharing
Thank you!