Google Sheets
ISPMT function in Google Sheets
The ISPMT function calculates the interest paid during a particular period of an investment. .
=ISPMT(rate, period, number_of_periods, present_value)ISPMT syntax and parameters
Four arguments, four required.
- ratenumberRequired
- periodnumberRequired
- number_of_periodsnumberRequired
- present_valuenumberRequired
ISPMT examples
Formulas you'll actually reuse.
Interest for period 1 on a loan with EQUAL principal payments (not an annuity):
=ISPMT(5%/12, 1, 360, 250000)Result
-1038.77Half-way through, the interest has halved with the balance:
=ISPMT(5%/12, 180, 360, 250000)Result
-520.83
ISPMT in Excel
Same name — your formula ports as-is.
Try ISPMT in the playground
Edit the example — nothing to install.
Preloaded with the ISPMT formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- ACCRINTCalculates the accrued interest of a security that has periodic payments.FinancialExcel
- ACCRINTMCalculates the accrued interest of a security that pays interest at maturity.FinancialExcel
- AMORLINCReturns the depreciation for an accounting period, or the prorated depreciation if the asset was purchased in the middle of a period.FinancialExcel
- COUPDAYBSCalculates the number of days from the first coupon, or interest payment, until settlement.FinancialExcel
- COUPDAYSCalculates the number of days in the coupon, or interest payment, period that contains the specified settlement date.FinancialExcel
- COUPDAYSNCCalculates the number of days from the settlement date until the next coupon, or interest payment.FinancialExcel