Running Totals for Pivot Tables

  • Thread starter Thread starter Lesley
  • Start date Start date
L

Lesley

Hello

I have a pivot table with months across the top and
version as the row:-

Data
Version Jul Aug Sept Oct
1 1 4 7 10
2 2 5 8 11
3 3 6 9 12

Just wondered if it is possible to add cumulative totals
to a pivot table? ie.

Data
Version Jul Aug Sept Oct
1 1 4 7 10
2 2 5 8 11
3 3 6 9 12
Cumulative 1 1 5 12 22

Thanks

Lesley
 
Make your pivot table and then use menu Insert/Calculated Field.
You can now add a calculated field with a formula like :-
= Jul + Au
 
Hi Brian,

Thanks for your reply. I'm not sure I understand your
reply as when I add an extra field it just inserts it on
to the end of the data. I need it to be underneath the
data and as the formula is always changing ie = july under
july then =aug+july under august is it possible to have
just one field?

Thanks

Lesley
 

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

Back
Top