+ Reply to Thread
Results 1 to 6 of 6

Excel interest rate/calculator formulae

  1. #1
    Registered User
    Join Date
    02-19-2007
    Posts
    3

    Excel interest rate/calculator formulae

    Guys,

    Help please. I am trying to make up a simple mortgage calculator.

    I have a very boring simple formulae - something like:

    Value of property/300* interest rate.

    ie Value of property / a repayment term of 25 years times by the interest rate.

    The value I get back is incorrect.

    Help!

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    To determine the interest rate:

    =RATE(nper,pmt,pv,fv,type,guess)

    To determine the home value:

    =PV(rate,nper,pmt,fv,type)

    To determine the monthly payment:

    =PMT(rate,nper,pv,fv,type)

    Tip: When using nper and rate, use months for the nper, and rate/12 for monthly interest rate.

  3. #3
    Registered User
    Join Date
    02-19-2007
    Posts
    3
    Thank you so much for the quick reply. But what does all this mean?!

    I know the: interest rate and the value of the loan.

    ie if cell A1 had 200,000 in it, and I wanted to repay it over 25 years at an interest rate of 5.5%, what would the formula be?

  4. #4
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    To determine the payment in your example, use the PMT function:

    =PMT( 5.5%/12, 25*12, -A1 )

    The help menu helps out a lot describing each of the variables of these formulas.

  5. #5
    Registered User
    Join Date
    02-19-2007
    Posts
    3
    Excellent. Thanks very much.

    Appreciated

  6. #6
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    No problem.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1