PlusBob
New Member
- Joined
- Feb 16, 2016
- Messages
- 15
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
- MacOS
- Mobile
- Web
I have a column with employee names, and a column with hours they worked. There's a list of names, and next to the list I want it the result to be the total added hours for each name. Can you help?
In the example, Column D (Total Hours per Employee) is where I wish the formula to be:
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]A
NAME
[/TD]
[TD]B
HOURS
[/TD]
[TD][/TD]
[TD]C
List of Employees
[/TD]
[TD]D
Total hours per Employee
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]Bob
[/TD]
[TD]2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bob
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD]John
[/TD]
[TD]5
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]Mark
[/TD]
[TD]2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mark
[/TD]
[TD]2
[/TD]
[/TR]
</tbody>[/TABLE]
In the example, Column D (Total Hours per Employee) is where I wish the formula to be:
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]A
NAME
[/TD]
[TD]B
HOURS
[/TD]
[TD][/TD]
[TD]C
List of Employees
[/TD]
[TD]D
Total hours per Employee
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]Bob
[/TD]
[TD]2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bob
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD]John
[/TD]
[TD]5
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]Mark
[/TD]
[TD]2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mark
[/TD]
[TD]2
[/TD]
[/TR]
</tbody>[/TABLE]