A2oz

How to Calculate Monthly Mortgage Payment in Excel?

Published in Finance 2 mins read

You can easily calculate your monthly mortgage payment in Excel using the PMT function. This function takes several inputs, including the interest rate, loan term, and loan amount, to calculate the periodic payment.

Here's a step-by-step guide:

  1. Set up your spreadsheet:

    • In cell A1, enter "Loan Amount".
    • In cell B1, enter "Interest Rate".
    • In cell C1, enter "Loan Term (Years)".
    • In cell A2, enter the loan amount (e.g., $200,000).
    • In cell B2, enter the annual interest rate (e.g., 4%).
    • In cell C2, enter the loan term in years (e.g., 30).
  2. Use the PMT function:

    • In cell D2, enter the following formula: =PMT(B2/12,C2*12,A2).
    • This formula calculates the monthly payment using the following arguments:
      • B2/12: This divides the annual interest rate by 12 to get the monthly interest rate.
      • C2*12: This multiplies the loan term in years by 12 to get the total number of months.
      • A2: This is the loan amount.
  3. Interpret the result:

    • The result in cell D2 will show the monthly mortgage payment.

Example:

If you have a $200,000 loan at a 4% annual interest rate for 30 years, your monthly payment would be:

Loan Amount Interest Rate Loan Term (Years) Monthly Payment
$200,000 4% 30 $954.83

Practical Insights:

  • Adjusting the formula: You can modify the formula to calculate payments for different periods (e.g., weekly or quarterly) by changing the number of periods in the formula.
  • Additional fees: Remember that this calculation only considers the principal and interest. Additional fees, such as property taxes and insurance, will increase your total monthly payment.
  • Amortization schedule: You can create an amortization schedule in Excel to visualize how your principal and interest payments change over time.

Related Articles