Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Financial > ISPMT

 

ISPMT(rate, per, nper, pv)

 
 Calculates the interest paid during a specific period of an investment.

 rateThe interest rate for the investment.
 perThe period for which you want to find the interest, and must be between 1 and nper.
 nperThe total number of payment periods for the investment.
 pvThe present value of the investment.

 REMARKS
 
  • Make sure that you are consistent about the units you use for specifying rate and nper.
     
  • If you make monthly payments on a four-year loan at an annual interest rate of 12 percent, use 12%/12 for rate and 4*12 for nper.
     
  • If you make annual payments on the same loan, use 12% for rate and 4 for nper.
     
  • For all the arguments, the cash you pay out, such as deposits to savings or other withdrawals, is represented by negative numbers; the cash you receive, such as dividend checks and other deposits, is represented by positive numbers.
     
  • This function is provided for compatibility with Lotus 1-2-3 and is now redundant.
     
  • This function is closely related to the PV() function.

     EXAMPLES
     
     A
    1=ISPMT(0.1/12,1,36,8000000) = -64814.815
    2=ISPMT(0.1,1,3,8000000) = -533333.333
     

     Functions - I | Index - I | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top