Hi my source data is like,
date E1 E2 E3 Total
05-25-15 4 2 2 8
05-26-15 5 0 4 9
05-27-15 5 0 4 9
05-28-15 0 4 8 12
05-29-15 0 5 2 7
05-30-15 0 8 4 12
and i want result like,
Error type Total Cumulative Contribution%
E1 190 190 190/490
E2 100 290 290/490
E3 80 370 370/490
E4 70 440 440/490
and result something like,
Error type 05-25-15 05-26-15 Total Contribution% E1 4 5 9 9/17 E2 2 0 2 2/17 E3 2 4 6 6/17