IPMT(rate,per,nper,pv,fv,type)
=IPMT(A2, 3, A4, A5)
The IPMT function is used to calculate the interest paid in the last year of a loan with the same terms. This example tells Sourcetable to calculate the interest paid in the last year of the loan with the terms specified in cells A2, A4, and A5, where payments will be made every 3 months.
=IPMT(10,000, 0.05, 60, 200)
If you know the loan amount, the interest rate, the number of payments and the payment amount, you can use the IPMT function to calculate the interest paid in the last year of the loan. This example will return the interest paid in the last year of a loan with an initial amount of $10,000, a 5% interest rate, and payments of $200 that are made every month over a period of 5 years (60 payments).
=IPMT(A2, 0, A4, A5)
You can also use the IPMT function to calculate the interest paid over the course of an entire loan. This example, will return the total amount of interest paid over the entire loan based on the terms specified in cells A2, A4, and A5.
The IPMT function is used to calculate the interest paid over a period of time on a loan. It requires four arguments: rate, per, nper, and pv.