#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Nested formula

Hi,

I need to create a formula to forecast a specific production profile. the
production profile is as follows; 50 increase for three years after start of
production, then 15 years constant production, then decline thereafter at a
rate of 15% per year.

is it possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Nested formula

I used A1:B5 to set this little table up:

Start
Increase 50
years 3
const yrs 15
decline 15%

Then in A7:A8 I put "Year1", and "Year2" (without the quotes), and
filled these down. Then in B7 I put this formula:

=IF(COUNTA(A$7:A7)<=B$3,B$1+COUNTA(A$7:A7)*B$2,IF( COUNTA(A$7:A7)<=B$3+B
$4,B6,B6*(1-B$5)))

and copied this down. This is what I got:

Year1 50.0
Year2 100.0
Year3 150.0
Year4 150.0
Year5 150.0
Year6 150.0
Year7 150.0
Year8 150.0
Year9 150.0
Year10 150.0
Year11 150.0
Year12 150.0
Year13 150.0
Year14 150.0
Year15 150.0
Year16 150.0
Year17 150.0
Year18 150.0
Year19 127.5
Year20 108.4
Year21 92.1
Year22 78.3
Year23 66.6
Year24 56.6
Year25 48.1
Year26 40.9
Year27 34.7
Year28 29.5
Year29 25.1
Year30 21.3

Is that what you wanted?

Hope this helps.

Pete


On Dec 23, 10:30*am, Hanya wrote:
Hi,

I need to create a formula to forecast a specific production profile. the
production profile is as follows; 50 increase for three years after start of
production, then 15 years constant production, then decline thereafter at a
rate of 15% per year.

is it possible?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Nested formula

I'll assume your first statement was meant to be 50% increase for three years.
A2 = start year, B2 = initial production (1000)
In a column, copy down years, (2008, 2009, 2010, etc)
In B2,
=IF(A3-A$2<=3,B2+0.5*B2,IF(A3-A$2<=18,B2,B2-0.15*B2))

Then just copy down.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Hanya" wrote:

Hi,

I need to create a formula to forecast a specific production profile. the
production profile is as follows; 50 increase for three years after start of
production, then 15 years constant production, then decline thereafter at a
rate of 15% per year.

is it possible?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default Nested formula

Or if you want smooth S curves...
Excel 2007
http://www.mediafire.com/file/wy25nn...12_23_08a.xlsx
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Nested Formula Help KevinM Excel Discussion (Misc queries) 6 November 19th 08 04:22 AM
Nested formula help Rescueme Excel Worksheet Functions 4 December 28th 07 09:45 PM
Help with nested formula Rykar2 Excel Discussion (Misc queries) 7 May 16th 07 06:53 PM
Nested Formula? cwilliams Excel Worksheet Functions 8 August 8th 06 07:41 PM
Nested Formula Jeannette Excel Worksheet Functions 3 November 17th 04 07:04 PM


All times are GMT +1. The time now is 08:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"