Sum of average growth

Adragoon

New Member
Joined
Sep 12, 2014
Messages
1
Hi, I'm new to the forums and was wondering if someone could help me.


I need to find the average growth rate and can't seem to figure out a simple formula for it. For example:


B1 = 3
B2 = 6
B3 = 9


=Sum((B3/B2)+(B2/B1))


Is there a simpler formula for this? I have a rather large pool of data.


Thanks for your help!
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
First off, welcome to the forum!
In answer to your question, the SUMPRODUCT formula does pretty much what you are asking.

the equivalent to your formula would be
=SUMPRODUCT(B2:B3/B1:B2)

If you have a range of values from B1:B100 your formula would be
=SUMPRODUCT(B2:B100/B1:B99)

Note that the two ranges are the same size, but just offset by one row.
 
Upvote 0

Forum statistics

Threads
1,214,801
Messages
6,121,644
Members
449,045
Latest member
Marcus05

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