If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Exponential Decline From Input Box

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-07, 12:59
BillSinc BillSinc is offline
Registered User
 
Join Date: Jun 2005
Location: Denver, CO
Posts: 100
Exponential Decline From Input Box

I have a large number that a need to make decline exponentially 12 times (12 months) based on a percentage from an input box. I'm rasing the percent decline to the power of .1 ((1-X%)^.1) but this does not seem correct. Any sugestions? Thanks!
__________________
BillS
Reply With Quote
  #2 (permalink)  
Old 11-21-07, 03:36
MikeTheBike MikeTheBike is offline
Registered User
 
Join Date: Apr 2004
Location: Derbyshire, UK
Posts: 714
Hi

I think (pehaps) you need somthing like this (for a Decline)

Number*EXP(-Pct*MonthNumber)

where

Number = number to decline (fixed)
Pct = fixed percentage (as a decimal!)
MonthNo = 1 to 12


??

MTB
Reply With Quote
  #3 (permalink)  
Old 11-26-07, 16:34
BillSinc BillSinc is offline
Registered User
 
Join Date: Jun 2005
Location: Denver, CO
Posts: 100
I think that's what I want. What would you do if you wanted a 70% decline total in year one?
__________________
BillS
Reply With Quote
  #4 (permalink)  
Old 11-27-07, 06:00
MikeTheBike MikeTheBike is offline
Registered User
 
Join Date: Apr 2004
Location: Derbyshire, UK
Posts: 714
Hi again

Still not sure what you are doing, but declining exponetially on a monthly basis by 70% in 12 months (ie to 30% of start value) is given by

Number*EXP(-Factor*MonthNumber)

where

Number = number to decline (fixed)
Factor = = 0.1
MonthNo = 1 to 12

??

MTB
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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