Calculating % increase/decrease using average function

ccheever2009

New Member
Joined
Jul 30, 2013
Messages
9
I am trying to find the average of a data set, then subtracting by singular data point and dividing by same data point. Ideally =average (New Value - Old Value) / Old Value = Percent Change. The data is monthly tallies of orders a team has qualified. I am looking to average the past months, to the previous month to show a capacity increase or decrease based off the current average. I have been unsuccessful in building this into one cell. I would preferably not have to build another column/row with finding average then doing average-new/new. Any help greatly appreciated.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Hi,

Not sure if i understood you correct but is this what you're looking for:

Book1
AB
1januari10
2februari20
3maart12
4april32
5mei45
6juni23
7juli67
8augustus
9september
10oktober
11november
12december
13
1426,2%
Sheet1
Cell Formulas
RangeFormula
B14=(AVERAGE(B1:B7)-AVERAGE(B1:B6))/AVERAGE(B1:B6)
 
Upvote 0

Forum statistics

Threads
1,214,926
Messages
6,122,306
Members
449,079
Latest member
juggernaut24

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