jbenfleming
New Member
- Joined
- Mar 30, 2017
- Messages
- 34
So lets say i have two columns. One with names (John and Jane) and one with values. What is a formula I could input in B5 and B6 (John and Jane respectively) that would show the sum for each person. For instance the formula in B5 would return 2 and B6 would return -2. The list I'm using will have rows added regularly. I know that I could use VBA but I would rather not.
[TABLE="width: 200"]
<tbody>[TR]
[TD]JOHN[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]JANE[/TD]
[TD]-1[/TD]
[/TR]
[TR]
[TD]JANE[/TD]
[TD]-1[/TD]
[/TR]
[TR]
[TD]JOHN[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]TOTAL JOHN
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TOTAL JANE[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 200"]
<tbody>[TR]
[TD]JOHN[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]JANE[/TD]
[TD]-1[/TD]
[/TR]
[TR]
[TD]JANE[/TD]
[TD]-1[/TD]
[/TR]
[TR]
[TD]JOHN[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]TOTAL JOHN
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TOTAL JANE[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]