Results 1 to 6 of 6

Thread: What is the calculation behind PMT and IPMT function

  1. #1
    Join Date
    Jan 2012
    Posts
    66

    What is the calculation behind PMT and IPMT function

    I need to explain to my student how is PMT and IPMT work. Does anyone can explain what is the equation behind those formulas ?

  2. #2
    Join Date
    Jul 2011
    Posts
    440

    Re: What is the calculation behind PMT and IPMT function

    Excel's financial functions (PMT, RATE, IPMT, NPER, FV) are one family with one basic formula. That is the formula for PV. It is described fully in Excel Help and I can't reproduce it here because of the math symbols.

  3. #3
    Join Date
    Jul 2011
    Posts
    434

    Re: What is the calculation behind PMT and IPMT function

    The basic formula underlying Excel's financial functions a To solve for the future value, the formula is:
    • fv=-if(rate=0,pmt*nper+pv,(pv*((1+rate)^nper)+pmt*(1+r ate*type)*((1+rate)^nper -1)/rate))
    • To solve for the present value, the formula is: pv=-if(rate=0,pmt*nper+fv,(fv+pmt*(1+rate*type)*((1+ra te)^nper-1)/rate)/((1+rate)^nper))
    • To solve for the payment value, the formula is: pmt=-if(rate=0,(pv+fv)/nper,(pv*((1+rate)^nper)+fv)/((1+rate*type)*((1+rate)^n per-1)/rate))
    • To solve for the number of periods, the formula is: nper=-if(rate=0,(pv+fv)/pmt,(log(1+(pv+pmt*type)/pmt*rate)-log(1+(fv+pmt*type) /pmt*rate))/log(1+rate))
    • To solve for the interest rate, the formula is:rate=(fv/pv)^(1/nper)-1 if pmt is 0. Otherwise, you can only solve for the interest rate through iteration (eg using one of the above formula).

    The fv, pv, pmt, nper and rate variables are explained in Excel's Help on PV. Functions like ipmt are variations on the above, as also described in Excel's Help file.

  4. #4
    Join Date
    Aug 2011
    Posts
    540

    Re: What is the calculation behind PMT and IPMT function

    Just to add, the formula is found under the PV function in Help. See the link. The other key elements are based on an algebraic manipulation of thisformula to get the unknown value alone on one side of the equal sign.

    Microsoft Excel PV

  5. #5
    Join Date
    Jul 2011
    Posts
    623

    Re: What is the calculation behind PMT and IPMT function

    I have list of some function which with relevant information what they do.
    • PMT Returns the periodic payment for an annuity.
    • CUMIPMT Returns the cumulative interest paid between two periods.
    • IPMT Returns the interest payments on an investment over a given period.
    • PPMT Returns the payment of principal of an investment over a given period.

  6. #6
    Join Date
    Jul 2011
    Posts
    634

    Re: What is the calculation behind PMT and IPMT function

    The function = PMT () function calculates the periodic payments that we have to "drop" on a loan at an interest rate determined, in a time x. I wonder will go to those who want a loan or you are already paying. We see how much we have to pay monthly, or as we nail the banks of interest. We can all play different capitals, years, or interest rates. The command syntax is:= PMT (Interest, Time, Capital).

    This formula will calculate the annual payment. If you want to know the monthly payments will have to divide the interest by 12 and multiply the time by 12. Observe:= PMT (Interest/12; Time * 12; Capital)

Similar Threads

  1. Where can I get the BlackBerry Calculation Algorithm?
    By G.Mcgrath in forum Portable Devices
    Replies: 1
    Last Post: 12-02-2012, 08:52 PM
  2. incorrect duration calculation
    By J_R12 in forum Microsoft Project
    Replies: 2
    Last Post: 16-10-2011, 08:07 PM
  3. MS Project calculation of end date
    By kerryger in forum Windows Software
    Replies: 1
    Last Post: 15-04-2011, 08:11 PM
  4. I need help on age calculation java programme
    By dream night in forum Software Development
    Replies: 1
    Last Post: 15-12-2010, 04:06 PM
  5. x264 bitrate calculation
    By Carl Lewis in forum Off Topic Chat
    Replies: 3
    Last Post: 13-06-2009, 11:55 AM

Tags for this Thread

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
  •  
Page generated in 1,715,256,561.22630 seconds with 17 queries