ISPMT()

SyntaxISPMT(Rate,Per,Nper,Pv)

Definition. This function calculates the sum of interest that accrues for a certain part of the year with a given annual interest rate and simple yield in arrears. Other time periods are possible, but not common.

For reasons of compatibility, this function was included in Lotus 1-2-3.

Arguments

Background. Dividing the annual interest rate into a period interest rate of intra-annual time periods is a process that happens frequently (overdrawing checking accounts, current accounts, or mortgage accounts). However, usually the intra-annual interest rate is used to pay compound interest within the year. This is not taken into consideration by this function.

Example. What the function actually does is best explained with the example of a savings account. If you deposit $100.00 on April 30 to your savings account that has an interest rate of 6 percent, you receive it for 8/12 of the year (assuming that the amount stays in your account until the end of the year). By using

=ISPMT(6%,4,12,-100)

you get the result of $4.00.

If you deposit the same amount on May 5, already 135 interest days of the year have passed and you still get interest for 225 days. With

=ISPMT(6%,135,360,-100)

you get the amount of $3.75.

See Also

ACCRINT(), ACCRINTM(), CUMIPMT(), PPMT()