Annual YoY averages

dmj120

Active Member
Joined
Jan 5, 2010
Messages
286
Office Version
  1. 365
  2. 2019
  3. 2010
Trying the plug-in. I am trying to get an average YoY increase for each account and an overall "running" average of all accounts. I was thinking sumproduct() would work, but that gets be some crazy numbers. I did a simple average() formula but am not sure if that accurately represents the intended purpose.

Any suggestions??


Cell Formulas
RangeFormula
C5:D12, B13:D26, E5:H26C5=IF(ISBLANK(Overview!C5),"",Overview!C5)
I5:I27I5=IFERROR(((SUM(F5:G5)-F5)/E5)/G5,"")
E27E27=AVERAGE(E5:E26)
F27:G27F27=SUM(F5:F26)
H27H27=IFERROR(G27/F27,"")
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
That is not a true YoY type formula...

Average would be Increase%/Yrs
But a true YoY would be using the previous year's full year growth against this year or month against month...
 
Upvote 0
That is not a true YoY type formula...

Average would be Increase%/Yrs
But a true YoY would be using the previous year's full year growth against this year or month against month...

Thanks. :cool:
I have the actual YoY on a different tab. Here I'm trying to see an "overall average increase." I think I was seriously overthinking this.
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,913
Members
449,093
Latest member
dbomb1414

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