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.