I have a small table but I would like to know if there is a better way with a formula of doing this.
I have a start value and 60 periods (5 years in months)
at the end of the 60 months the initial value has reduced by 53%
so how do I calculate the end value
currently I am taking my start figure and multi by 53% to get the end figure
and then dividing that figure by 59 to get a monthly subtraction figure
by taking my initial number and subtracting this calculated number I get to the number I was looking for
but there must be a better way!?
example
M1 start figure = .37
after month 60 = 53%
value at month 60 = 0.37*53 = 0.1961
difference = (0.37 - 0.1961) / 59 = 0.002947
M2 = .37 - 0.002947 = 0.3670
M3 = 0.3670 - 0.002947 = 0.364106
:
M60 = 0.199047 - 0.002947 = 0.1961
I have a start value and 60 periods (5 years in months)
at the end of the 60 months the initial value has reduced by 53%
so how do I calculate the end value
currently I am taking my start figure and multi by 53% to get the end figure
and then dividing that figure by 59 to get a monthly subtraction figure
by taking my initial number and subtracting this calculated number I get to the number I was looking for
but there must be a better way!?
example
M1 start figure = .37
after month 60 = 53%
value at month 60 = 0.37*53 = 0.1961
difference = (0.37 - 0.1961) / 59 = 0.002947
M2 = .37 - 0.002947 = 0.3670
M3 = 0.3670 - 0.002947 = 0.364106
:
M60 = 0.199047 - 0.002947 = 0.1961
Last edited: