Annual interest rate

  • Thread starter Thread starter jw
  • Start date Start date
J

jw

Excel 2003.

This is fairly basic.

Say you borrow X amount of dollars with an obligation to pay back Y
amount of dollars (Y > X; lump sum) 6 months from the date of the loan.


Which Excel function is appropriate to determine the interest rate on
an annualized basis?

Thanks very much.
 
One way:

=(Y/X)^n - 1

where n is the number of periods per year (in this case, 2)
 
=(Y/X)^2-1 to get the effective annual interest rate (what you are actually
paying yearly taking into account compounding of interest)

=(Y/X-1)*2 to get the APR
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top