+ Reply to Thread
Results 1 to 3 of 3

Mortgage calculations

  1. #1
    Jeff
    Guest

    Mortgage calculations

    I need a formula to calculate the payments based on loan amount, interest
    rate and term of the loan. This is for mortgage payments

  2. #2
    Bruno Campanini
    Guest

    Re: Mortgage calculations

    "Jeff" <[email protected]> wrote in message
    news:[email protected]...
    >I need a formula to calculate the payments based on loan amount, interest
    > rate and term of the loan. This is for mortgage payments


    Excel Formula =PMT() (see Help)


    Math Formula:
    pv * rate
    pmt = -------------------------
    1
    1 - ------------------
    (1 + rate) ^ nper

    where:
    pmt = payment
    pv = present value
    nper = number of payments
    rate = rate of interest

    Bruno



  3. #3
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    Try PMT(), read up on it.


    Quote Originally Posted by Jeff
    I need a formula to calculate the payments based on loan amount, interest
    rate and term of the loan. This is for mortgage payments

+ 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