M
Mike
I have two columns of data.
Col A Col B
1W 10
2P 20
3G 30
15P 90
16G 5
18W 15
I want to summarize the values for W, P, G with the values
in column B. How would I accomplish this?
Total W = 25
Total P = 110
Total G = 35
TIA
Mike
Col A Col B
1W 10
2P 20
3G 30
15P 90
16G 5
18W 15
I want to summarize the values for W, P, G with the values
in column B. How would I accomplish this?
Total W = 25
Total P = 110
Total G = 35
TIA
Mike