The PMT function in Excel allows you to quickly calculate the periodic payment for a loan based on constant payments and a constant interest rate.
Le faire avec l'IAPrepare your data
Enter your loan amount, annual interest rate, and total number of payment periods into separate cells.
Select the target cell
Click on the cell where you want the calculated payment to appear.
Enter the PMT formula
Type =PMT(rate/12, periods, -loan_amount) and press Enter to calculate the monthly payment.
=PMT(rate, nper, pv, [fv], [type])Excel treats loan payments as cash outflows, which is why the result is negative by default.