Cumulative Average Formula

Mchgh9

New Member
Joined
Feb 2, 2012
Messages
39
ActivityUnitAgreed VolumeJan-13Feb-13Mar-13
Forecastkm35.252.0010.005.00
Actual1.0010.0054.00
Variance (cumulative)% -50.000.00-90.74

<COLGROUP><COL style="WIDTH: 130pt; mso-width-source: userset; mso-width-alt: 6326" width=173><COL style="WIDTH: 53pt; mso-width-source: userset; mso-width-alt: 2560" width=70><COL style="WIDTH: 45pt; mso-width-source: userset; mso-width-alt: 2194" width=60><COL style="WIDTH: 54pt; mso-width-source: userset; mso-width-alt: 2633" span=3 width=72><TBODY>
</TBODY>
Activity</SPAN>Unit</SPAN>Agreed Volume</SPAN>Jan-13</SPAN>Feb-13</SPAN>Mar-13</SPAN>
Forecast</SPAN>km</SPAN>35.25</SPAN>2.00</SPAN>10.00</SPAN>5.00</SPAN>
Actual</SPAN> 1.00</SPAN>10.00</SPAN>54.00</SPAN>
Variance (cumulative)</SPAN>%</SPAN> -50.000.00</SPAN>-90.74

<TBODY>
</TBODY><COLGROUP><COL><COL><COL><COL span=3></COLGROUP>

Hi I am looking to calculate the variance beween forecast vs Actual and then as each month progresses, show the latest average. So in Feb the above average would be -25, then in March it would average -50,0, and -90.74.

I work out the variance using the following formula

=IF(D4/D3>=D3,SUM((D3/D4*100)-100),SUM((D4/D3)*100)-100)

I do not know how to calucalte the average in the variance row as it has to reference it's own value and this has me really confused.

Any help much appreciated.

Thanks

Dave
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
First, I am not sure that your variance equation makes sense. Column D the actual was below the forecast so the variance is negative. Column F the actual was almost 11 times forecast. I don't see how this can have a negative variance.

Second, should the cumulative variance be based on forecast amounts? In other words, since the forecast in E is 5 times the forecast in D should it's variance get 5 times the weight?

If the amount forecast effects the variance then the cumulative variance is simply the same formula as the single variance except using SUM(D$3:D3) for D3 and sum(D$4:D4) for D4 and copying across.

If the amount forecast does not effect the cumulative variance then you are just taking an average variance and that is Average(D$5:D5) copied across.
 
Upvote 0

Forum statistics

Threads
1,216,089
Messages
6,128,760
Members
449,466
Latest member
Peter Juhnke

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