I have a list of jobs, job extras and amounts. I need to get totals for each job and job extra. See job 123 and job 123, extra 1.
This is what I have,
A B C
Job Extra Amount
1 123 100
2 124 50
3 123 30
4 125 80
5 123, 1 20
6 126 30
7 123, 2 60
8 127 10
9 123, 3 10
10 123 40
11 123, 1 10
This is wwhat i need. totals for each job and each extra
A B C
Job Extra Amount
1 123 170
2 124 50
3 125 80
4 123, 1 30
5 126 30
6 123, 2 60
7 127 10
6 123, 3 10
This is what I have,
A B C
Job Extra Amount
1 123 100
2 124 50
3 123 30
4 125 80
5 123, 1 20
6 126 30
7 123, 2 60
8 127 10
9 123, 3 10
10 123 40
11 123, 1 10
This is wwhat i need. totals for each job and each extra
A B C
Job Extra Amount
1 123 170
2 124 50
3 125 80
4 123, 1 30
5 126 30
6 123, 2 60
7 127 10
6 123, 3 10
Last edited: