Accumulate data in pivottable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Yes. If "Week" is your row data field, and "Pieces" is in the data area of
the pivot table, then double click on the "Sum of Pieces" gray button. The
PivotTable Field dialog box will be displayed. Set the "Summarize by:" list
box to "Sum" (as usual), then pull down the "Show data as:" combo box right
below that and change it from "Normal" to "Running Total in".
--
Regards,
Bill


Tobias said:
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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

vba code to filter the data like a group with group header 5
How to Sum 1
How to sum subtotal with blank line 1
Countifs or a pivot 1
Gears 14
chart series macro 6
Date Question 2
Sorting on more than one column 3

Back
Top