koolwaters
Active Member
- Joined
- May 16, 2007
- Messages
- 403
I need to create a loan amortization schedule using Access. My challenge comes as we are using compound interest and I need to determine the monthly payments.
I am able to get the total to be repaid using the formula:
=[LoanAmount]*((1+[InterestRate]/[CompoundType)^([LoanTerm]*CompoundType))
For example:
Loan Amount $15,000
Interest Rate 5%
Compound Type Monthly
Loan Term 5 Years
My formula returns $19,250.38.
What I need to do is determine what the monthly payment should be for that same loan using compound interest but I cannot seem to figure it out. If I use the PMT function in VBA, that gives me $283.07 as the monthly payment, which equates to $16,984.11 over the 5 years, a difference of $2,266.37.
Thanks for any feedback.
I am able to get the total to be repaid using the formula:
=[LoanAmount]*((1+[InterestRate]/[CompoundType)^([LoanTerm]*CompoundType))
For example:
Loan Amount $15,000
Interest Rate 5%
Compound Type Monthly
Loan Term 5 Years
My formula returns $19,250.38.
What I need to do is determine what the monthly payment should be for that same loan using compound interest but I cannot seem to figure it out. If I use the PMT function in VBA, that gives me $283.07 as the monthly payment, which equates to $16,984.11 over the 5 years, a difference of $2,266.37.
Thanks for any feedback.