Cummulative Percentage Change over Multiple Years

bgaffen

New Member
Joined
Oct 11, 2005
Messages
3
How can I calculate the cummulative percentage change, for example of 5 years of sales numbers. My manager at a former job had a formula but that was a long time ago.

brian
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Hi, welcome to the board.

Basically, it depends on how your data is set up. But if for example you have the sales going from A2 down, you could use something like

=SUM($A$2:A2)/SUM($A:$A)

formatted as a percentage, and drag it down.
 
Upvote 0
Cumulative Percentage Change over Multiple Years

1999 2000 2001 2002 2003 2004
$633,223 $600,229 $728,642 $812,296 $643,441 $699,369

This is the way my data looks. I know how to do a change from two consecutive years but let's say the % change form 1999 to 2004. it wouldn't be the change in two numbers but the cumulative change of 5 increases and/or decreases in sales.

i appreciate the help.
 
Upvote 0
Assuming that A1:F2 contains your data, try...

=SUMPRODUCT((B2:F2-A2:E2)/A2:E2)

Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,224,735
Messages
6,180,636
Members
452,992
Latest member
TokugawaIesuma

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