G
Guest
here's the logic. i have an ID which could have anywhere from 1-5 entries.
for each ID, i want to sum what's in the column next to it. for example -
column a column b column C
ID 123 $20 $44
ID 123 $24
ID 125 $23
ID 125 $12
ID 111 $10
is there a way to look at whats in column A and do the sum for whats in
column B and put that total in column C?
for each ID, i want to sum what's in the column next to it. for example -
column a column b column C
ID 123 $20 $44
ID 123 $24
ID 125 $23
ID 125 $12
ID 111 $10
is there a way to look at whats in column A and do the sum for whats in
column B and put that total in column C?