Syntax
| Parameter | Description |
|---|---|
| rate | Parameter of the IPMT function. |
| per | Parameter of the IPMT function. |
| nper | Parameter of the IPMT function. |
| pv | Parameter of the IPMT function. |
| [fv] | (Optional.) Parameter of the IPMT function. |
| [type] | (Optional.) Parameter of the IPMT function. |
Examples
Interest in first mortgage payment
=IPMT(0.065/12, 1, 360, -350000)
Interest in month 180 (halfway)
=IPMT(0.065/12, 180, 360, -350000)
Auto loan interest in first payment
=IPMT(0.049/12, 1, 60, -28000)
Common Errors
One of the arguments is non-numeric.
The period (per) is outside the valid range of 1 to nper.
Tips
Sum IPMT across all 12 months of a year to calculate total deductible mortgage interest for tax purposes. This is faster than pulling it from a bank statement.
Use IPMT for the first period across different loan terms (15-year vs 30-year) to see how much more interest you pay upfront with longer terms.
IPMT output shrinks as the period number increases because the outstanding balance gets smaller. Plotting IPMT for all periods creates a declining curve.
Try IPMT in Viztab
Import your data and use IPMT with 370+ other formulas. No signup required.
Open Viztab