Future Value formula
-
Hello,
First of all i’d like to say this plugin is amazing and has saved me so much time on a project.
I’d like to know how to modify the formula for calculating the loan repayment.
is it possible to implement the Future Value (FV) formula?
where total repayable becomes = AmountBorrowed * (1+interestPercentage)^numberOfMonths
Hello,
First of all i’d like to say this plugin is amazing and has saved me so much time on a project.
I’d like to know how to modify the formula for calculating the loan repayment.
is it possible to implement the Future Value (FV) formula?
where total repayable becomes = AmountBorrowed * (1+interestPercentage)^numberOfMonths
e.g. 500k for a period of 6 months, will be calculated as: 500000 * (1+0.04)^6
making the total: 632,659.51
then the monthly payments will be total/numberOfMonths
then the monthly payments will be total/numberOfMonths
The topic ‘Future Value formula’ is closed to new replies.