Excel 2013 PMT Function Calculator
Comprehensive Guide: How to Calculate PMT in Excel 2013
The PMT function in Excel 2013 is one of the most powerful financial functions, allowing users to calculate loan payments based on constant payments and a constant interest rate. Whether you’re planning for a mortgage, car loan, or personal loan, understanding how to use the PMT function can save you time and help you make better financial decisions.
Understanding the Excel PMT Function
The PMT function calculates the payment for a loan based on constant payments and a constant interest rate. The syntax for the PMT function in Excel 2013 is:
=PMT(rate, nper, pv, [fv], [type])
PMT Function Arguments
- rate (required): The interest rate per period. For example, if you have an annual interest rate of 6% and you’re making monthly payments, the rate would be 6%/12 or 0.005.
- nper (required): The total number of payments for the loan. For a 30-year mortgage with monthly payments, this would be 30*12 or 360.
- pv (required): The present value, or the total amount that a series of future payments is worth now. This is typically the loan amount.
- fv (optional): The future value, or a cash balance you want to attain after the last payment is made. If omitted, it is assumed to be 0 (the future value of a loan is 0).
- type (optional): When payments are due. Use 0 if payments are due at the end of the period (default), or 1 if payments are due at the beginning of the period.
Step-by-Step Guide to Using PMT in Excel 2013
- Open Excel 2013 and create a new worksheet. Label your columns for clarity (e.g., “Loan Amount,” “Interest Rate,” “Loan Term,” “Monthly Payment”).
-
Enter your loan details in the appropriate cells:
- Loan Amount (present value) in cell B2
- Annual Interest Rate in cell B3
- Loan Term in years in cell B4
-
Calculate the monthly interest rate:
- In cell B5, enter the formula:
=B3/12 - This converts the annual rate to a monthly rate
- In cell B5, enter the formula:
-
Calculate the total number of payments:
- In cell B6, enter the formula:
=B4*12 - This converts the loan term in years to the number of monthly payments
- In cell B6, enter the formula:
-
Use the PMT function to calculate the monthly payment:
- In cell B7, enter the formula:
=PMT(B5, B6, B2) - The result will be a negative number, which represents cash you pay out
- In cell B7, enter the formula:
-
Format the result as currency:
- Select cell B7
- Go to the Home tab
- Click the dropdown in the Number group
- Select “Currency”
Common Mistakes When Using PMT in Excel 2013
While the PMT function is straightforward, there are several common mistakes that users make:
-
Forgetting to divide the annual interest rate by 12 for monthly payments:
The rate argument needs to match the payment period. For monthly payments with an annual rate, you must divide the annual rate by 12.
-
Not converting the loan term to the same units as the payment period:
If you’re making monthly payments on a 5-year loan, nper should be 5*12=60, not 5.
-
Entering the loan amount as a positive number:
By convention, cash you receive (like a loan) is positive, and cash you pay out (like loan payments) is negative. Excel follows this convention.
-
Ignoring the future value argument when needed:
For most loans, fv can be omitted (defaults to 0), but for savings goals or balloon payments, you need to include it.
-
Misunderstanding the type argument:
Most loans have payments at the end of the period (type=0), but some may require payments at the beginning (type=1).
Advanced PMT Function Applications
Calculating Different Payment Frequencies
The PMT function can be adapted for different payment frequencies by adjusting the rate and nper arguments accordingly:
| Payment Frequency | Rate Adjustment | Nper Adjustment | Example (5-year loan) |
|---|---|---|---|
| Monthly | Annual rate / 12 | Years * 12 | =PMT(B3/12, B4*12, B2) |
| Quarterly | Annual rate / 4 | Years * 4 | =PMT(B3/4, B4*4, B2) |
| Semi-annually | Annual rate / 2 | Years * 2 | =PMT(B3/2, B4*2, B2) |
| Annually | Annual rate | Years | =PMT(B3, B4, B2) |
Creating an Amortization Schedule
An amortization schedule shows how each payment is split between principal and interest, and how the loan balance decreases over time. Here’s how to create one in Excel 2013:
- Set up your initial loan information as before
- Create column headers: Payment Number, Payment Date, Payment Amount, Principal, Interest, Remaining Balance
- In the first row:
- Payment Number: 1
- Payment Date: Start date
- Payment Amount: Use your PMT function result
- Interest: =remaining_balance * monthly_rate
- Principal: =payment_amount – interest
- Remaining Balance: =previous_balance – principal
- For subsequent rows:
- Payment Number: =previous_payment_number + 1
- Payment Date: =previous_date + payment_frequency
- Payment Amount: Same as first row (for fixed payments)
- Interest: =remaining_balance * monthly_rate
- Principal: =payment_amount – interest
- Remaining Balance: =previous_balance – principal
- Copy the formulas down for all payment periods
Calculating Balloon Payments
A balloon payment is a large payment due at the end of a loan term. To calculate payments with a balloon:
- Calculate the normal payment using PMT
- Calculate the remaining balance at the balloon point using FV
- The balloon payment is this remaining balance
=FV(rate, number_of_payments_before_balloon, pmt, pv)
PMT Function vs. Other Financial Functions
Excel 2013 offers several financial functions that work alongside PMT. Understanding when to use each is crucial for accurate financial modeling:
| Function | Purpose | When to Use | Example |
|---|---|---|---|
| PMT | Calculates periodic payment for a loan | When you know the loan amount, interest rate, and term | =PMT(5%/12, 360, 200000) |
| PV | Calculates present value (loan amount) | When you know the payment amount, interest rate, and term | =PV(5%/12, 360, -1000) |
| FV | Calculates future value of an investment | For savings goals or balloon payments | =FV(5%/12, 60, -500) |
| RATE | Calculates interest rate per period | When you know the payment, term, and loan amount | =RATE(360, -1000, 200000) |
| NPER | Calculates number of periods | When you know the payment, interest rate, and loan amount | =NPER(5%/12, -1000, 200000) |
| IPMT | Calculates interest portion of a payment | For amortization schedules | =IPMT(5%/12, 1, 360, 200000) |
| PPMT | Calculates principal portion of a payment | For amortization schedules | =PPMT(5%/12, 1, 360, 200000) |
Real-World Applications of the PMT Function
Mortgage Calculations
The most common use of PMT is for mortgage calculations. For example, to calculate the monthly payment on a $300,000 mortgage with a 4.5% annual interest rate over 30 years:
=PMT(4.5%/12, 30*12, 300000)
This would return approximately $1,520.06. Over 30 years, you would pay $547,220.80 in total, with $247,220.80 being interest.
Car Loan Calculations
For a $25,000 car loan at 6% annual interest over 5 years with monthly payments:
=PMT(6%/12, 5*12, 25000)
This would return approximately $483.32 per month. The total interest paid would be $3,999.20 over the life of the loan.
Personal Loan Calculations
For a $10,000 personal loan at 8% annual interest over 3 years with monthly payments:
=PMT(8%/12, 3*12, 10000)
This would result in a monthly payment of $313.36, with total interest of $1,281.07 over the loan term.
Business Loan Calculations
For a $100,000 business loan at 7% annual interest over 10 years with quarterly payments:
=PMT(7%/4, 10*4, 100000)
This would result in quarterly payments of $3,485.65, with total interest of $39,426.00 over the loan term.
Tips for Working with PMT in Excel 2013
- Use named ranges for your input cells to make formulas more readable. For example, name cell B2 “LoanAmount” and then use =PMT(rate, nper, LoanAmount).
- Create a data table to see how changing one variable (like interest rate) affects the payment amount.
- Use conditional formatting to highlight cells where payments exceed a certain threshold.
- Combine PMT with other functions like IF to create more complex financial models.
- Validate your inputs using Data Validation to ensure users enter reasonable values.
- Document your spreadsheets with comments explaining how the PMT function is being used.
- Use the Formula Auditing tools in Excel to trace precedents and dependents when troubleshooting.
Troubleshooting PMT Function Errors
If your PMT function returns an error, here are some common issues and solutions:
| Error | Likely Cause | Solution |
|---|---|---|
| #NUM! | No solution exists for the given inputs (e.g., trying to calculate payment for a loan with 0% interest) | Check your inputs for validity. For 0% interest loans, the payment is simply PV/nper. |
| #VALUE! | Non-numeric arguments or invalid data types | Ensure all arguments are numbers or valid cell references containing numbers. |
| #NAME? | Misspelled function name or undefined range name | Check for typos in the function name and any named ranges. |
| #DIV/0! | Division by zero (e.g., nper=0) | Ensure nper is greater than 0. |
| Negative payment that seems too large | Interest rate is entered as a percentage (e.g., 5 instead of 0.05) | Divide your interest rate by 100 or use the percentage format correctly. |
| Payment seems too small | Interest rate is entered as a decimal but should be percentage, or vice versa | Check your rate calculation (annual rate/12 for monthly payments). |
Alternative Methods to Calculate Loan Payments
While the PMT function is the most straightforward method, there are alternative approaches:
Manual Calculation Using the Formula
The mathematical formula behind PMT is:
P = (r × PV) / (1 - (1 + r)^-n)
Where:
- P = payment amount
- r = periodic interest rate
- PV = present value (loan amount)
- n = number of payments
Using the Loan Amortization Template
Excel 2013 includes built-in templates for loan amortization:
- Go to File > New
- Search for “loan amortization”
- Select a template and download it
- Enter your loan details
Online Loan Calculators
Many financial websites offer loan calculators that can serve as a cross-check for your Excel calculations. However, building your own in Excel gives you more flexibility and control.
Excel 2013 Specific Considerations
While the PMT function works similarly across Excel versions, there are some Excel 2013-specific tips:
- Function Arguments Dialog: In Excel 2013, you can use the Insert Function dialog (Shift+F3) to get help with the PMT function arguments.
- Formula AutoComplete: Excel 2013 offers formula autocomplete – start typing =PMT and Excel will help complete the function name.
- Quick Analysis Tool: After creating your PMT calculation, use the Quick Analysis tool (Ctrl+Q) to quickly format results or create charts.
- Sparklines: Use sparklines to create tiny charts in a single cell showing payment trends over time.
- Table Features: Convert your loan data to an Excel table (Ctrl+T) to easily sort, filter, and analyze your payment data.
Advanced Financial Modeling with PMT
Comparing Different Loan Scenarios
Create a comparison table to evaluate different loan options:
| Scenario | Loan Amount | Interest Rate | Term (years) | Monthly Payment | Total Interest |
|---|---|---|---|---|---|
| Option 1 | $250,000 | 4.00% | 30 | =PMT(4%/12,30*12,250000) | =30*12*[payment] – 250000 |
| Option 2 | $250,000 | 3.75% | 30 | =PMT(3.75%/12,30*12,250000) | =30*12*[payment] – 250000 |
| Option 3 | $250,000 | 4.00% | 15 | =PMT(4%/12,15*12,250000) | =15*12*[payment] – 250000 |
Incorporating Extra Payments
To model extra payments, you can:
- Create an amortization schedule
- Add a column for extra payments
- Adjust the remaining balance formula to account for extra payments
- Recalculate the interest for subsequent periods based on the new balance
Variable Rate Loans
For loans with variable rates:
- Break the loan into periods with constant rates
- Calculate the remaining balance at the end of each rate period
- Use this balance as the PV for the next period’s calculation
- Sum all the payments for the total payment amount
Learning Resources for Excel Financial Functions
To deepen your understanding of Excel’s financial functions:
Conclusion
The PMT function in Excel 2013 is an incredibly powerful tool for financial planning and analysis. By mastering this function, you can:
- Compare different loan options quickly and accurately
- Understand the true cost of borrowing over time
- Make informed decisions about refinancing
- Plan for major purchases with confidence
- Create professional financial models for business or personal use
Remember that while Excel provides powerful tools, it’s always important to verify your calculations and understand the financial implications of any loan or investment decision. For complex financial situations, consider consulting with a financial advisor.
As you become more comfortable with the PMT function, explore other Excel financial functions like IPMT, PPMT, and RATE to build even more sophisticated financial models. The combination of these functions can help you analyze loans from every angle, from monthly payment breakdowns to effective interest rates.