Hi ..
Need to calculate cumulative average,able to do cumulative sum. But want to calculate cumulative average like below
C1 C2 C3
1Â Â 1Â Â 1
2Â Â 3Â Â 1.5
3Â Â 6Â Â 2
here C1 - real value,c2 cumulative sum,c3 cumulative average-which need to calculate.
thanks in advance.