Introduction
In this lesson, you will learn how to calculate the payment on a loan using the PMT function in Excel.
This video illustrates the lesson material below. Watching the video is optional.
Loan Payment Equation
Before looking at the PMT (payment) function in Excel, look at the calculating loan payment equation outside of Excel. This equation does not need to be memorized. It will simply aid in explanation and act as a reference.
- Pv = The present value, or total amount of the loan.
- Annual rate = The annual interest rate.
- n = The number of times the interest rate will compound in a year.
- t = The number of years.
PMT Function in Excel
The payment function in Excel uses the following arguments: rate, nper, and pv. There are two other variables in this formula that are optional. This lesson will not focus on those.
- The rate is the annual rate divided by the number of times the interest compounds. This can also be called the periodic rate.
- The nper is the
in the equation, or the number times the interest compounds over the entire course of the loan. - The pv is the present value, or total amount of the loan at the start of the loan.
You need to calculate the rate and nper before putting them into the payment function.
Example 1
Use the PMT function in Microsoft Excel to calculate the monthly payment Sally will need to pay for a loan on a car that is $19,000. The annual interest rate is 6%. The loan will last 5 years.
Start by typing important information in Excel. See Figure 1.
- Type Present Value in cell A1 and 19000 in cell B1.
- Type Annual Interest Rate in cell A2 and 6% in cell B2.
- Type Number of Years in cell A3 and 5 in cell B3.
- Type Payments per Year in cell A4 and 12 in cell B4.

Figure 1
Next, calculate the rate for the PMT function.
- Type Rate (periodic rate) into cell A6. In cell B6, use cell references to divide the Annual Interest Rate (in cell B2) by the Payments per Year (in cell B4). It will look like this: =B2/B4.

Figure 2
- Press Enter. The periodic rate should appear in cell B6. In this case, the rate is 0.005.
Next, calculate Sally’s loan nper, or the total number of payments.
- Type nper (number of payments) into cell A7. In cell B7, use cell references to multiply the Number of Years (in cell B3) by the Payments per Year (in cell B4). It will look like this: =B3*B4.

Figure 3
- Press Enter. The nper should appear in cell B7. In this case, the nper is 60.
Now you have everything you need to calculate the monthly payment using the PMT function in Excel.
- Choose a new cell and insert the equal sign (=), followed by PMT(. Beneath the cell, a small box will appear. The box will tell you the order that you must put your arguments/variables in.
- The first argument is rate or periodic rate. Reference cell B6. Add a comma.
- The next argument is nper or the number of payments. Reference cell B7. Add a comma.
- The final argument is pv or loan amount present value. Reference cell B1. Close the parentheses.

Figure 4
- Press Enter. The answer should appear: -367.32.
The answer should show as a negative number. This is because this is a payment. If Sally pays this amount, she will lose $367.32 every month for the next 5 years. This amount includes the principle and the interest that she would pay each month on the loan.

Figure 5
Things to Remember
- It is helpful to use this equation as a reference:
- To calculate a loan payment in Excel, you need to know the rate (periodic rate), nper (total number of times interest will be compounded), and the Pv (present, or full, value of the loan).
- To begin entering the PMT function into Excel, click on a cell and type =PMT( then follow the order of arguments as given in Excel. Separate arguments with a comma.
Practice Problems
- Use Excel to calculate the monthly payment on a $45,000 loan for a small business with an interest rate of 7.5% over 10 years. (Solution
- Use Excel to calculate a car payment compounded monthly given the following values: (Solution
- Amount of loan = 13,500
- Annual interest rate = 5.75%
- Length of the loan = 6 years
- Use Excel to calculate a house payment compounded monthly given the following values: (Solution
- Amount of loan = 245,500
- Annual interest rate = 3.875%
- Length of the loan = 30 years
- Use Excel to calculate the payment on a personal loan to a friend of $150 with an annual interest rate of 7% over six months (0.5 years) with the interest calculated monthly. (Solution
- Use Excel to calculate the payment on a credit card balance of $5000 with an annual interest rate of 19.99% over five years with the interest calculated monthly. (Solution
- Use Excel to calculate the monthly payment on an $800 cell phone at 5.25% interest over two years. (Solution