View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tobias[_2_] Tobias[_2_] is offline
external usenet poster
 
Posts: 11
Default Accumulate data in pivottable

Hello

Is there a way that I can get accumulated values in a pivottable. Now I can see if we make e.g. 15 pieces week 2, 15 pieces week 3, 10 pieces week 4 etc... I would like to show 15 for week 2, 30 pieces (15+15) week 3, 40 pieces (15+15+10) week 4..

Is this possible

Tobias