Month-by-month moving %age in pivot table?

DaveJonG

New Member
Joined
Jun 3, 2005
Messages
1
I have a number of projects and each one can be tested a number or times. Each test will give a score, X passed out of Y criteria. So my columns in base data are project, date of test, maximum score, actual score. Example rows might be
project1,20050115,23,18
project1,20050206,14,5
project2,20050301,22,21
I want to generate a pivot table that shows how the score (as a %age) is shaping up for each project as months go by. I have managed to get running total scores month by month, e.g. for project1 using above sample data:
Jan,23,18
Feb,37,23
Mar,37,23
What I can't figure out is how to express the score as a %age in the pivot table i.e. I would like to have
Jan,23,18,78%
Feb,37,23,62%
Mar,37,23,62%
...but when I add a %age calculated field I get
Jan,23,18,78%
Feb,37,23,36%
Mar,37,23,#N/A
i.e. it's calculating a %age for the scores that fall within the month, not based on the cumulative score.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,224,507
Messages
6,179,176
Members
452,893
Latest member
denay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top