C
CoconutCarl
Hi,
I have a list of numbers seperated by spaces [A]: Next to SOME of those
numbers are other numbers [B}. The second set of numbers on the right
represent hours. All data between two spaces represents a different day. In a
third column [C], at the bottom, I want to total the hours that are in the
second column, so I know how many hours were worked for each day. (As in
parenthesis in the example below.) Is there a way to do this without using a
macro?
I hope this was clear.
Thanks,
CC
A B C
4 4
5 2
6 (6)
2 3
3 (3)
1 7
2 (7)
2 3
5
6
8 7
5 (10)
I have a list of numbers seperated by spaces [A]: Next to SOME of those
numbers are other numbers [B}. The second set of numbers on the right
represent hours. All data between two spaces represents a different day. In a
third column [C], at the bottom, I want to total the hours that are in the
second column, so I know how many hours were worked for each day. (As in
parenthesis in the example below.) Is there a way to do this without using a
macro?
I hope this was clear.
Thanks,
CC
A B C
4 4
5 2
6 (6)
2 3
3 (3)
1 7
2 (7)
2 3
5
6
8 7
5 (10)