Forecast 'S Curve' with only Start & Finish Values over a Given Time Period

simondb

New Member
Joined
Nov 1, 2016
Messages
10
Hi, please help. I'm not sure if this is even possible.
I am trying to create an "S Curve" chart as a predicted forecast. The only data I have is Years to go on the X Axis and "Start / Finish" values for the Y Axis.

X AxisY Axis
20220
2023
2024
2025
2026
2027
2028150000

Many thanks, Simon
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
I don't know at all if this is what you need. This is a normal distribution. The standard deviation has to be in there somewhere, so I put in a "Standard Deviation Factor" which changes the S-iness of the output.
MrExcelPlayground6.xlsx
AB
12022$ -
22023$ 7,169
32024$ 30,349
42025$ 75,000
52026$ 119,651
62027$ 142,831
72028$ 150,000
8
9SD factor5
Sheet18
Cell Formulas
RangeFormula
B2:B6B2=B1+NORM.DIST(A2:A6,AVERAGE(A1,A7),(A7-A1)/B9,TRUE)*(B7-B1)
Dynamic array formulas.

1643030393139.png
 
Upvote 0
Solution

Forum statistics

Threads
1,214,929
Messages
6,122,314
Members
449,081
Latest member
tanurai

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