ExcelBonehead

New Member
Joined
Aug 3, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I have growth displayed in rows:

2.00 2.75 3.25 5.50 6.75
3.25 4.25 6.35 7.50

Has anyone designed a formula to calculate the exponential growth (easy if all the rows have the same years - but here the second row has only three compared to the first one which has four (its the intervals I'm counting here)). As I need to copy down for 400+ rows (each with between 1 and 5 intervals (ie 2 to 6 years of data) it becomes very onerous to change each row's formula by hand to adjust for the years. Especially as the input data changes over time.

Much appreciated !!
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
I'm not quite sure what you have in mind or what the timeline looks like for your data, but here is an idea that dynamically adjusts the x and y ranges:
MrExcel_20220803.xlsx
ABCDEFGHIJ
2x vals -->1234567Projection at x=6
3row122.753.255.56.759.368192
4row23.254.256.357.514.02485
Sheet1
Cell Formulas
RangeFormula
J3:J4J3=GROWTH($B3:INDEX($B3:$H3,COUNT($B3:$H3)),$B$2:INDEX($B$2:$H$2,COUNT($B3:$H3)),6)
 
Upvote 0
hello and welcome.
I don't understand your example, the first number is the start, the others are periods in the future ?
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,694
Members
448,979
Latest member
DET4492

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