Formula to calculate interest only on a short term loan?

E

Excel2007Help

I am not familiar with Excel 2007 and need to calculate a bridge loan MONTHLY
INTEREST ONLY scenario, with a fixed %rate, for a range of 1 -6 months. Not
sure if if interest accrues daily or monthly.
 
F

Fred Smith

Assuming you have an annual interest rate, a month's interest is:
=Principal*IntRate/12

This may be good enough for your purposes. Most financial institutions would
calculate the interest based on the number of days in the month, so
something like:
=Principal*IntRate/365*day(eomonth(a1,0))

Regards,
Fred.
 

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

Top