3 Ways to Create a Mortgage Calculator With Microsoft Excel (2024)

  • Categories
  • Computers and Electronics
  • Software
  • Office
  • Spreadsheets
  • Microsoft Excel

Download Article

Explore this Article

methods

1Creating a Mortgage Calculator

2Making a Payment Schedule (Amortization)

Sample Mortgage Payment Calculator

Other Sections

Tips and Warnings

Related Articles

References

Article Summary

Written byJack Lloyd

Last Updated: August 31, 2023Fact Checked

Download Article

One of the best features of Excel is its ability to calculate your mortgage-related expenses like interest and monthly payments. Creating a mortgage calculator in Excel is easy, even if you're not extremely comfortable with Excel functions. This tutorial will teach you how to create a mortgage calculator and amortization schedule in Microsoft Excel.

Method 1

Method 1 of 2:

Creating a Mortgage Calculator

Download Article

  1. 1

    Open Microsoft Excel. If you don't have Excel installed on your computer, you can use Outlook's online Excel extension in its place. You may need to create an Outlook account first.

  2. 2

    Select Blank Workbook. This will open a new Excel spreadsheet.[1]

    Advertisem*nt

  3. 3

    Create your "Categories" column. This will go in the "A" column. To do so, you should first click and drag the divider between columns "A" and "B" to the right at least three spaces so you don't run out of writing room. You will need eight cells total for the following categories:

    • Loan Amount $
    • Annual Interest Rate
    • Life Loan (in years)
    • Number of Payments per Year
    • Total Number of Payments
    • Payment per Period
    • Sum of Payments
    • Interest Cost
  4. 4

    Enter your values. These will go in your "B" column, directly to the right of the "Categories" column. You'll need to enter the appropriate values for your mortgage.

    • Your Loan Amount value is the total amount you owe.
    • Your Annual Interest Rate value is the percentage of interest that accrues each year.
    • Your Life Loan value is the amount of time you have in years to pay off the loan.
    • Your Number of Payments per Year value is how many times you make a payment in one year.
    • Your Total Number of Payments value is the Life Loan value multiplied by the Payments Per Year value.
    • Your Payment per Period value is the amount you pay per payment.
    • Your Sum of Payments value covers the total cost of the loan.
    • Your Interest Cost value determines the total cost of the interest over the course of the Life Loan value.
  5. 5

    Figure out the total number of payments. Since this is your Life Loan value multiplied by your Payments Per Year value, you don't need a formula to calculate this value.

    • For example, if you make a payment a month on a 30-year life loan, you would type in "360" here.
  6. 6

    Calculate the monthly payment. To figure out how much you must pay on the mortgage each month, use the following formula: "= -PMT(Interest Rate/Payments per Year,Total Number of Payments,Loan Amount,0)".[2]

    • For the provided screenshot, the formula is "-PMT(B6/B8,B9,B5,0)". If your values are slightly different, input them with the appropriate cell numbers.
    • The reason you can put a minus sign in front of PMT is because PMT returns the amount to be deducted from the amount owed.
  7. 7

    Calculate the total cost of the loan. To do this, simply multiply your "payment per period" value by your "total number of payments" value.

    • For example, if you make 360 payments of $600.00, your total cost of the loan would be $216.000.
  8. 8

    Calculate the total interest cost. All you need to do here is subtract your initial loan amount from the total cost of your loan that you calculated above. Once you've done that, your mortgage calculator is complete.

  9. Advertisem*nt

Method 2

Method 2 of 2:

Making a Payment Schedule (Amortization)

Download Article

  1. 1

    Create your Payment Schedule template to the right of your Mortgage Calculator template. Since the Payment Schedule uses the Mortgage Calculator to give you an accurate evaluation of how much you'll owe/pay off per month, these should go in the same document. You'll need a separate column for each of the following categories:

    • Date - The date the payment in question is made.
    • Payment (number) - The payment number out of your total number of payments (e.g., "1", "6", etc.).
    • Payment ($) - The total amount paid.
    • Interest - The amount of the total paid that is interest.
    • Principal - The amount of the total paid that is not interest (e.g., loan payment).
    • Extra Payment - The dollar amount of any extra payments you make.
    • Loan - The amount of your loan that remains after a payment.
  2. 2

    Add the original loan amount to the payment schedule. This will go in the first empty cell at the top of the "Loan" column.

  3. 3

    Set up the first three cells in your "Date" and "Payment (Number)" columns. In the date column, you'll input the date on which you take out the loan, as well as first two dates upon which you plan to make the monthly payment (e.g., 2/1/2005, 3/1/2005 and 4/1/2005). For the Payment column, enter the first three payment numbers (e.g., 0, 1, 2).

  4. 4

    Use the "Fill" function to automatically enter the rest of your Payment and Date values. To do so, you'll need to perform the following steps:[3]

    • Select the first entry in your Payment (Number) column.
    • Drag your cursor down until you've highlighted to the number that applies to the number of payments you'll make (for example, 360). Since you're starting at "0", you'd drag down to the "362" row.
    • Click Fill in the top right corner of the Excel page.
    • Select Series.
    • Make sure "Linear" is checked under the "Type" section (when you do your Date column, "Date" should be checked).
    • Click OK.
  5. 5

    Select the first empty cell in the "Payment ($)" column.

  6. 6

    Enter the Payment per Period formula. The formula for calculating your Payment per Period value relies on the following information in the following format: "Payment per Period<Total Loan+(Total Loan*(Annual Interest Rate/Number of Payments per Year)),Payment per Period,Total Loan+(Total Loan*(Annual Interest Rate/Number of Payments per Year)))".[4]

    • You must preface this formula with the "=IF" tag to complete the calculations.
    • Your "Annual Interest Rate", "Number of Payments per Year", and "Payment per Period" values will need to be written like so: $letter$number. For example: $B$6
    • Given the screenshots here, the formula would look like this: "=IF($B$10<K8+(K8*($B$6/$B$8)),$B$10,K8+(K8*($B$6/$B$8)))" (sans the quotation marks).
  7. 7

    Press Enter. This will apply the Payment per Period formula to your selected cell.

    • In order to apply this formula to all subsequent cells in this column, you'll need to use the "Fill" feature you used earlier.
  8. 8

    Select the first empty cell in the "Interest" column.

  9. 9

    Enter the formula for calculating your Interest value. The formula for calculating your Interest value relies on the following information in the following format: "Total Loan*Annual Interest Rate/Number of Payments per Year".[5]

    • This formula must be prefaced with a "=" sign in order to work.
    • In the screenshots provided, the formula would look like this: "=K8*$B$6/$B$8" (without quotation marks).
  10. 10

    Press Enter. This will apply the Interest formula to your selected cell.

    • In order to apply this formula to all subsequent cells in this column, you'll need to use the "Fill" feature you used earlier.
  11. 11

    Select the first empty cell in the "Principal" column.

  12. 12

    Enter the Principal formula. For this formula, all you need to do is subtract the "Interest" value from the "Payment ($)" value.

    • For example, if your "Interest" cell is H8 and your "Payment ($)" cell is G8, you'd enter "=G8 - H8" without the quotations.
  13. 13

    Press Enter. This will apply the Principal formula to your selected cell.

    • In order to apply this formula to all subsequent cells in this column, you'll need to use the "Fill" feature you used earlier.
  14. 14

    Select the first empty cell in the "Loan" column. This should be directly below the initial loan amount you took out (e.g., the second cell in this column).

  15. 15

    Enter the Loan formula. Calculating the Loan value entails the following: "Loan"-"Principal"-"Extra".

    • For the screenshots provided, you'd type "=K8-I8-J8" without the quotations.
  16. 16

    Press Enter. This will apply the Loan formula to your selected cell.

    • In order to apply this formula to all subsequent cells in this column, you'll need to use the "Fill" feature you used earlier.
  17. 17

    Use the Fill function to complete your formula columns. Your payment should be the same all the way down. The interest and loan amount should decrease, while the values for the principal increase.

  18. 18

    Sum the payment schedule. At the bottom of the table, sum the payments, interest, and principal. Cross-reference these values with your mortgage calculator. If they match, you've done the formulas correctly.[6]

    • Your principal should match up exactly with the original loan amount.
    • Your payments should match the total cost of the loan from the mortgage calculator.
    • Your interest should match the interest cost from the mortgage calculator.
  19. Advertisem*nt

Sample Mortgage Payment Calculator

Mortgage Payment Calculator

Community Q&A

Search

Add New Question

  • Question

    If I make extra payments on the loan, is there a formula that will recalculate the monthly payment?

    3 Ways to Create a Mortgage Calculator With Microsoft Excel (32)

    Community Answer

    Include 2 columns, one for interest component and the other with principal component. Add a new column next to principal title "additional principal". Now subtract it from the original principal.

    Thanks! We're glad this was helpful.
    Thank you for your feedback.
    If wikiHow has helped you, please consider a small contribution to support us in helping more readers like you. We’re committed to providing the world with free how-to resources, and even $1 helps us in our mission.Support wikiHow

    YesNo

    Not Helpful 6Helpful 35

  • Question

    In Excel, what's the formula to calculate a loan amount if I know the loan payment, interest rate and term?

    3 Ways to Create a Mortgage Calculator With Microsoft Excel (33)

    Community Answer

    Use the same formulas mentioned in method 1 above; however, use Goal Seek to automatically calculate the loan amount.

    Thanks! We're glad this was helpful.
    Thank you for your feedback.
    If wikiHow has helped you, please consider a small contribution to support us in helping more readers like you. We’re committed to providing the world with free how-to resources, and even $1 helps us in our mission.Support wikiHow

    YesNo

    Not Helpful 24Helpful 19

  • Question

    As I add extra payments into the loan, this adjusts the payment schedules accordingly, but is there a formula to show me how much interest or months I'm saving by making the payments?

    3 Ways to Create a Mortgage Calculator With Microsoft Excel (34)

    Community Answer

    Set up two spreadsheets, one containing your "base loan" with no extra payments, and the second containing the extra payments. The "sum of payments" will decrease as you add extra payments in the second sheet. Subtract this value from the "base loan" sum of payments to see how much you are saving by putting extra money into your loan.

    Thanks! We're glad this was helpful.
    Thank you for your feedback.
    If wikiHow has helped you, please consider a small contribution to support us in helping more readers like you. We’re committed to providing the world with free how-to resources, and even $1 helps us in our mission.Support wikiHow

    YesNo

    Not Helpful 8Helpful 14

See more answers

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

      Advertisem*nt

      Tips

      • To AutoFill the date using Google Docs spreadsheet, type the date in the first cell and then a month forward in the second cell, then highlight both cells and do the AutoFill as described above. If AutoFill recognizes a pattern, it will AutoFill in for you.[7]

        Thanks

        Helpful0Not Helpful0

      • The "-" sign in front of the PMT function is necessary, or else the value will be negative. Also, the reason the interest rate is divided by the number of payments is because the interest rate is for the year, not month.

        Thanks

        Helpful0Not Helpful0

      • Try building the table like the example first, inputting the example values. Once everything checks out and you're sure the formulas are right, input your own values.

        Thanks

        Helpful0Not Helpful0

      Submit a Tip

      All tip submissions are carefully reviewed before being published

      Submit

      Thanks for submitting a tip for review!

      Advertisem*nt

      You Might Also Like

      How toCalculate Mortgage InterestHow toCalculate Mortgage Payments
      How to Create a Financial Calculator in Microsoft Excel: Step-by-Step GuideHow toApply Conditional Formatting in ExcelHow toRecover a Corrupt Excel FileHow toUnprotect an Excel SheetHow to Merge Cells in Microsoft Excel: A Quick GuideHow to Use If‐Else in Microsoft Excel: Step-by-Step TutorialHow toMake a Spreadsheet in ExcelHow toUnhide Rows in ExcelHow toMultiply in ExcelHow to Fix Ethernet Doesn't Have a Valid IP Configuration on WindowsHow toCreate a Graph in ExcelHow toAdd a Best Fit Line in Excel

      Advertisem*nt

      About This Article

      3 Ways to Create a Mortgage Calculator With Microsoft Excel (49)

      Written by:

      Jack Lloyd

      wikiHow Technology Writer

      This article was co-authored by wikiHow staff writer, Jack Lloyd. Jack Lloyd is a Technology Writer and Editor for wikiHow. He has over two years of experience writing and editing technology-related articles. He is technology enthusiast and an English teacher. This article has been viewed 2,058,927 times.

      How helpful is this?

      Co-authors: 42

      Updated: August 31, 2023

      Views:2,058,927

      Categories: Microsoft Excel

      Article SummaryX

      1. Open Excel.
      2. Select Blank Workbook.
      3. Add your categories to column A.
      4. Enter values for each category into column B.
      5. Figure out the total number of payments.
      6. Calculate the monthly payment.
      7. Calculate the total loan cost.
      8. Calculate the total interest cost.

      Did this summary help you?

      • Print
      • Send fan mail to authors

      Thanks to all authors for creating a page that has been read 2,058,927 times.

      Is this article up to date?

      Advertisem*nt

      3 Ways to Create a Mortgage Calculator With Microsoft Excel (2024)
      Top Articles
      Latest Posts
      Article information

      Author: Neely Ledner

      Last Updated:

      Views: 5974

      Rating: 4.1 / 5 (42 voted)

      Reviews: 89% of readers found this page helpful

      Author information

      Name: Neely Ledner

      Birthday: 1998-06-09

      Address: 443 Barrows Terrace, New Jodyberg, CO 57462-5329

      Phone: +2433516856029

      Job: Central Legal Facilitator

      Hobby: Backpacking, Jogging, Magic, Driving, Macrame, Embroidery, Foraging

      Introduction: My name is Neely Ledner, I am a bright, determined, beautiful, adventurous, adventurous, spotless, calm person who loves writing and wants to share my knowledge and understanding with you.