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
AND
Testing if all conditions are TRUE for logical operations
Learn moreIMARGUMENT
Calculating the argument (theta) of a complex number in radians
Learn moreSTDEVP
Calculating population standard deviation for full datasets
Learn moreAMORLINC
Calculating depreciation using the French accounting system's linear method
Learn moreLOG
Calculating the logarithm with a custom base for scaling or comparison
Learn moreAVERAGE
Finding the mean of a range of numbers for statistical analysis
Learn moreIF
Performing a conditional test and returning different values based on the result
Learn moreINT
Extracting the integer part of a number for discrete calculations
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.