Cumulative values in months

C

Connel Valentine

Is there any way of creating a pivot chart, such that the
values in the x axis(months), contain cumulative values.

Eg.
X axis Y axis
Jan 5
Feb 8 (5(Jan) + 3(Feb))
Mar 10 (5(Jan) + 3(Feb) + 2(Mar))

Thanks
 
Top