Running average in pivot table

Fizzz

Board Regular
Joined
Jan 5, 2012
Messages
123
I have the following table, which shows the approval rate of our deposits for every hour of the day. For example the approval rate at 4 AM was 66.67, but the running average is 58.93% (100+28+50+50+66.67)/5. How do I add this value, which I am showing in a chart, that shows both approved, rejected and the running average? For context, the approved % is calculated by the amount of transactions that were approved at a specific hour.

ProcessorApprovedRejected
Hour
0100.00%0.00%
128.57%71.43%
250.00%50.00%
350.00%50.00%
466.67%33.33%
550.00%50.00%
675.00%25.00%
775.00%25.00%
8100.00%0.00%
975.00%25.00%
1086.67%13.33%
1177.78%22.22%
1237.50%62.50%
1363.64%36.36%
14100.00%0.00%
Grand Total70.18%29.82%

<tbody>
</tbody>


The average approval rate is only based on the approved %, but I can't get it to work, and on the pivot table, I would like that running average to be a 3rd column next to the Rejected column.

The ideal pivot table would look like this:

HourApprovedRejectedApp Rate
0100.00%0.00%100.00%
128.57%71.43%28.57%
250.00%50.00%50.00%
350.00%50.00%50.00%
466.67%33.33%66.67%
550.00%50.00%50.00%
675.00%25.00%75.00%
775.00%25.00%75.00%
8100.00%0.00%100.00%
975.00%25.00%75.00%
1086.67%13.33%86.67%
1177.78%22.22%77.78%
1237.50%62.50%37.50%
1363.64%36.36%63.64%
14100.00%0.00%100.00%

<colgroup><col width="64" span="4" style="width:48pt"> </colgroup><tbody>
</tbody>
 
Last edited:

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Please ignore the app rate column, it does not reflect the original question of the running approval rate %
 
Upvote 0

Forum statistics

Threads
1,215,477
Messages
6,125,030
Members
449,205
Latest member
Eggy66

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