PMT Ipmt PPMT
PMT Ipmt PPMT
PMT Ipmt PPMT
Value
Explanation
Applies To:
Excel 2010, Excel 2007, Excel 2003, Excel XP, Excel 2000
Type of Function:
Worksheet function (WS)
VBA function (VBA)
Loan/Investment
Payment
Principal Payment
Interest Payment
Value
Explanation
Applies To:
Excel 2010, Excel 2007, Excel 2003, Excel XP, Excel 2000
Type of Function:
Worksheet function (WS)
VBA function (VBA)
Worksheet Function
Example
This first example returns the interest payment for a $5,000 investment
that earns 7.5% annually for 2 years. The interest payment is calculated
for the 8th month and payments are due at the end of each month.
=IPMT(7.5%/12, 8, 2*12, 5000)
This next example returns the interest payment for a $8,000 investment
that earns 6% annually for 4 years. The interest payment is calculated
for the 30th week and payments are due at the beginning of each week.
=IPMT(6%/52, 30, 4*52, 8000, 0 ,1)
Value
Explanation
Applies To:
Excel 2010, Excel 2007, Excel 2003, Excel XP, Excel 2000
Type of Function:
Worksheet function (WS)
VBA function (VBA)
Worksheet Function
Example
This first example returns the amount of principal paid off by the
payment made in the 5th month of a $5,000 loan with monthly
payments at an annual interest rate of 7.5%. The loan is to be paid off in
2 years (ie: 2 x 12). All payments are made at the beginning of the
period.
=PPMT(7.5%/12, 5, 2*12, 5000, 0, 1)
This next example returns the amount of principal paid off by the
payment made in the 20th week of a $8,000 loan with weekly payments
at an annual interest rate of 6%. The loan is to be paid off in 4 years (ie:
4 x 52). All payments are made at the end of the period.
=PPMT(6%/52, 20, 4*52, 8000, 0, 0)
This next example returns the amount of principal paid off by the payment made in the 4th
year of a $6,500 loan with annual payments at an annual interest rate of 5.25%. The loan is
to be paid off in 10 years (ie: 10 x 1). All payments are made at the end of the period.
=PPMT(5.25%/1, 4, 10*1, 6500, 0, 0)
This final example returns the
amount of principal paid off by the payment made in the 14th month of a $5,000 loan with
annual payments at an annual interest rate of 8%. The loan is to be paid off in 3 years (ie: 3
x 12) with a remaining balance on the loan of $1,000 after the 3 years. All payments are
made at the end of the period.
=PPMT(8%/12, 14, 3*12, 5000, 1000, 0)
Reference
http://www.techonthenet.com/index.php