In the investment process, the most crucial aspect is the interest – determining the payable interest helps in making the most appropriate adjustments. This article provides detailed insight into the ISPMT Function - a tool for calculating interest payments within a defined period, ensuring the most accurate direction.
Description: The function calculates the interest payments of an investment within a specific period.
Syntax: ISPMT(rate, per, nper, pv)
Wherein:
- rate: Interest rate of the investment, a mandatory parameter.
- per: Desired period for interest calculation, with values ranging from 1 to nper, a mandatory parameter.
- nper: Total number of periods in the investment process, a mandatory parameter.
For example:
Calculate the interest amount to be paid in the first month and the second year of the investment given the following parameters:

- The interest amount to be paid in the first month is calculated as follows:
Enter the following formula in the cell where you want to calculate: =ISPMT(C14/12,C15,C16*12,C17).
Due to calculating interest in the first month, divide the annual interest rate C14/12 and calculate the total investment time in months C16*12.

Press Enter and the result is (as the interest to be paid is represented as negative):

So, for an investment borrowing 600 million with an interest rate of 0.326, the interest payment in the first month is over 16 million.
- Calculate the interest payment in the second year.
Enter the formula in the cell: =ISPMT(C14,2,C16,C17).

Press Enter and the result is (as the interest to be paid is represented as negative):

So, if in the second year the investment amount remains unpaid, the interest payment exceeds 130 million.
Above is a detailed guide on how to use the ISPMT function. Hopefully, it will assist you in determining the interest amount to be paid for the most appropriate decision-making.
Wishing you all success!
