Can anyone help me with this?
I'm trying to find the Interest Rate of a loan if I'm given Original
amount of loan, term and Payment.
Example
A2 = Original Amt of Loan
A3 = Term in Months
A4 = Payment
A5 = Interest Rate Yearly
B2 = 17420.00
B3 = 48
B4 = 413
B5 = This should be 6.49 %.
Either I'm slow or I'm missing some steps. Can anyone give me a
formula to get this rate?
Thanks,
Union--
Union70
On Fri, 27 Jan 2006 21:50:46 0000, Union70
gt; wrote:
gt;
gt;Can anyone help me with this?
gt;I'm trying to find the Interest Rate of a loan if I'm given Original
gt;amount of loan, term and Payment.
gt;Example
gt;A2 = Original Amt of Loan
gt;A3 = Term in Months
gt;A4 = Payment
gt;A5 = Interest Rate Yearly
gt;
gt;B2 = 17420.00
gt;B3 = 48
gt;B4 = 413
gt;B5 = This should be 6.49 %.
gt;
gt;Either I'm slow or I'm missing some steps. Can anyone give me a
gt;formula to get this rate?
gt;
gt;Thanks,
gt;Union
Look at the RATE worksheet function.
It will give you the interest rate PER PERIOD. Since your periods are MONTHS
and you want the annual rate, merely multiply your answer by 12.--ron
quot;Union70quot; wrote:
gt; I'm trying to find the Interest Rate of a loan if I'm given Original
gt; amount of loan, term and Payment. Example
gt; A2 = Original Amt of Loan
gt; A3 = Term in Months
gt; A4 = Payment
gt; A5 = Interest Rate Yearly
gt; B2 = 17420.00
gt; B3 = 48
gt; B4 = 413
gt; B5 = This should be 6.49 %
6.49% is the nominal annual interest rate. I suspect that
is indeed what you want. But your subject line asks for the
APR, aka effective annual interest rate, which is something
else.
To compute 6.49% with the above numbers, you could use:
=12*RATE(48, 413, -17420)
RATE(...) computes the nominal monthly rate. Multiplying
by 12 gives the nominal annual rate -- 6.4858% in this case.
To determine the effective annual interest rate (what you
really pay in interest due to monthly compounding), you could
use:
=FV(RATE(48,413,-17420),12,,-1) - 1
Remember to format the cell as Percentage with 2 or more
decimal places. The result is 6.6821% in this case.
Caveat: Technically, even that is not the quot;APRquot;, at least not
in the US mortgage business. US law requires that the
mortgage APR on the Reg Z document include a litany of
closing costs. Unfortunately, not every lender interprets the
law the same way, so it is difficult to compare what I call the
quot;Reg Z APRsquot;. However, I believe that most lenders quote
the quot;APRquot; computed above in advertistements, since the quot;Reg
Z APRquot; cannot be known until near closing. Be sure you
understand which quot;APRquot; a lender is quoting.
Everyone thanks for the suggetions. I'm going to use the rate formula.
It works out great. I want to thank everyone for their input.
Thanks,
Union--
Union70
- Sep 10 Mon 2007 20:39
APR Rate on a Loan
close
全站熱搜
留言列表
發表留言