right now I am using Excel for practice, and about rate function, I cannot calculate the interest rate of the product.
Please look at the photo below↓ Column G is where I must fulfil the formula.
What I tried is, for example
Row10, =RATE(C10,-E10,0,B10) then get -1.31%
Or, =RATE(C10,-E10,0,F10) then get 0.00%
Or, =RATE(C10,-E10,B10,F10) then get #NUM!
Without function, I calculate Row10
(426.80$-399.90$)/399.90$/11x100=0.611516515%
Therefore, G10 must be 0.611516515%
Am I using RATE function wrongly? Or should I use a different function?
1 Answer 1
You are returning the average interest paid over the term of the load with your check formula not the interest rate.
To get the RATE:
=RATE(C10,-E10,B10)
The FV(Future Value) on a load is assumed to be 0 as the loan should be paid off. That formula returns 1.101%
If we do a quick amortization schedule you will see that to be the correct answer: