PMT Google Sheet Formula
Generate Google Sheet PMT Formulas in seconds
Interactive Formula Generator
Formula Generator
Create complex Google Sheets formulas with natural language. Simply describe what you want to calculate.
Upgrade to Sheet Alchemy Pro
Get advanced formulas, batch processing, and priority support
Input
Result
Your formula will be displayed here:
Your formula will appear here
Describe what you want to calculate and click Generate
Pro Features Available
Sheet Alchemy Pro includes additional advanced features to enhance your formula generation.
Advanced Formulas
Complex array formulas and dynamic ranges
Batch Processing
Generate multiple formulas at once
Unlimited History
Save and organize all your formulas
PMT Formula Syntax
Example Use Case
Calculating the payment for a loan based on constant payments and interest rate
Understanding the PMT Formula
The PMT function in Excel calculates the payment for a loan based on constant payments and a constant interest rate. It's a loan calculation tool for payment estimation—like determining a monthly mortgage, car, or personal loan payment.
PMT(0.05/12, 360, 200000) calculates the monthly payment on a $200,000, 30-year loan at 5% annual interest. It takes rate, nper, pv, and optional fv and type arguments, providing the periodic payment amount—essential for budgeting or comparing loan options.
Why Use PMT?
PMT estimates regular payments—think loan planning or mortgage shopping. Its accurate calculation includes both principal and interest, making it a fundamental tool for financial planning, loan comparisons, or payment scheduling for any fixed-term financing.
Example with Sample Data
Parameters | Formula | Result |
---|---|---|
Rate: 5%/12 (monthly) Term: 360 months Principal: $200,000 Type: 0 (end of period) | =PMT(0.05/12, 360, 200000) | -$1,073.64 |
Rate: 4.5%/12 (monthly) Term: 360 months Principal: $200,000 Type: 0 (end of period) | =PMT(0.045/12, 360, 200000) | -$1,013.37 |
Rate: 6%/12 (monthly) Term: 60 months Principal: $30,000 Type: 0 (end of period) | =PMT(0.06/12, 60, 30000) | -$579.98 |
PMT calculates loan payments: -$1,073.64 per month for a $200,000 mortgage at 5% over 30 years. Lower rates reduce payments to -$1,013.37. Negative indicates payment outflow. It's a loan payment calculator.
Explore More Google Sheet Formulas
IPMT
Calculating the interest payment for a specific period of a loan
Learn moreCOUNT
Counting numeric cells in a range for data tallying
Learn moreMIN
Finding the smallest numeric value in a range for low-point analysis
Learn moreOFFSET
Creating dynamic references with a specified offset from a starting reference
Learn moreTIMEVALUE
Converting a time stored as text to a serial number
Learn moreSUMSQ
Summing the squares of numbers for variance or distance calculations
Learn moreVARA
Estimating sample variance including text and logical values
Learn moreSEC
Calculating the secant of an angle for advanced trigonometric analysis
Learn moreUnlock the Full Power of Sheet Alchemy
Get access to all our formula generators, script generators, and conversion tools with a free Sheet Alchemy account.