AnotherManipulator
New Member
- Joined
- Nov 20, 2017
- Messages
- 5
Hello! I've been a lurker for a while and can usually find what I need, but I needed the personal touch with this one so hope someone can help.
Pretty new to Index/Match formula, and even newer to Small.
To outline what I need, I want to show total hours worked for my guys over all the jobs they do.
I have a list of Staff members, and their corresponding hours per job. Naturally, they will be doing more than one job over the period I'm reporting for so I need to add these up.
Sometimes the job requires more than one person, so this is how I have organised the data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Job No[/TD]
[TD]Emp1[/TD]
[TD]Emp2[/TD]
[TD]Emp3[/TD]
[TD]Emp4[/TD]
[TD][/TD]
[TD]Emp1 Hrs[/TD]
[TD]Emp2 Hrs[/TD]
[TD]Emp3 Hrs[/TD]
[TD]Emp4 Hrs[/TD]
[TD]Total Hrs on Job[/TD]
[/TR]
[TR]
[TD]0001[/TD]
[TD]Dave[/TD]
[TD]John[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]0002[/TD]
[TD]Dave[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]0003[/TD]
[TD]Pete[/TD]
[TD]Dave[/TD]
[TD]John[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD][/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
So working out total hours is easy enough, and looking at the above I can see that Dave has worked 11 hours, but how can I help Excel see that?
Hope I've explained that right.
Many thanks in advance
Pretty new to Index/Match formula, and even newer to Small.
To outline what I need, I want to show total hours worked for my guys over all the jobs they do.
I have a list of Staff members, and their corresponding hours per job. Naturally, they will be doing more than one job over the period I'm reporting for so I need to add these up.
Sometimes the job requires more than one person, so this is how I have organised the data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Job No[/TD]
[TD]Emp1[/TD]
[TD]Emp2[/TD]
[TD]Emp3[/TD]
[TD]Emp4[/TD]
[TD][/TD]
[TD]Emp1 Hrs[/TD]
[TD]Emp2 Hrs[/TD]
[TD]Emp3 Hrs[/TD]
[TD]Emp4 Hrs[/TD]
[TD]Total Hrs on Job[/TD]
[/TR]
[TR]
[TD]0001[/TD]
[TD]Dave[/TD]
[TD]John[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]0002[/TD]
[TD]Dave[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]0003[/TD]
[TD]Pete[/TD]
[TD]Dave[/TD]
[TD]John[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD][/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
So working out total hours is easy enough, and looking at the above I can see that Dave has worked 11 hours, but how can I help Excel see that?
Hope I've explained that right.
Many thanks in advance