J
jer
Dear all
In the following table I would like to sum column c based
on 2 conditions
A B C D
12-Sep-02 GRADE 1 1.15 0
22-Aug-03 GRADE 2 50.15 1
22-Aug-01 GRADE 2 25.45 3
26-Aug-02 GRADE 2 373.33 1
03-Sep-01 ANOTHER ONE 562.11 3
03-Sep-01 ANOTHER 2 8,048.31 1
04-Sep-01 ONE ANOTHER 10,592.42 2
09-Sep-01 ONE GRADE 2,479.28 1
09-Sep-02 2 GRADE 862.04 1
1 If any part of the values in column b is similiar
2 if the value in column d is equal
so that the resulting table will look something like
GRADE 1.15 0
GRADE 3,764.80 1
GRADE 25.45 3
ANOTHER 8,048.31 1
ANOTHER 10,592.42 2
ANOTHER 562.11 3
I am guessing it is a sumif however I am not sure how to
reference part of cell's in the formula. Or, some kind
of loop (I am relatively new to code) but again
I am not sure how to reference part of the cell's value.
Any help would be greatly appreciated
thanks
jer
In the following table I would like to sum column c based
on 2 conditions
A B C D
12-Sep-02 GRADE 1 1.15 0
22-Aug-03 GRADE 2 50.15 1
22-Aug-01 GRADE 2 25.45 3
26-Aug-02 GRADE 2 373.33 1
03-Sep-01 ANOTHER ONE 562.11 3
03-Sep-01 ANOTHER 2 8,048.31 1
04-Sep-01 ONE ANOTHER 10,592.42 2
09-Sep-01 ONE GRADE 2,479.28 1
09-Sep-02 2 GRADE 862.04 1
1 If any part of the values in column b is similiar
2 if the value in column d is equal
so that the resulting table will look something like
GRADE 1.15 0
GRADE 3,764.80 1
GRADE 25.45 3
ANOTHER 8,048.31 1
ANOTHER 10,592.42 2
ANOTHER 562.11 3
I am guessing it is a sumif however I am not sure how to
reference part of cell's in the formula. Or, some kind
of loop (I am relatively new to code) but again
I am not sure how to reference part of the cell's value.
Any help would be greatly appreciated
thanks
jer