How To Build A Mortgage Calculator For Free in Microsoft Excel!

One of the really cool parts aspects of Microsoftsimply take the number of years in cell B4 and multiply
Excel is the functions Microsoft has created for you toit by 12 - B4 *12.
use. This means that rather than have to develop aThis means that to calculate the Monthly Repayment
function from scratch you can use pre-built ones to dofor our mortgage we need to enter the following
a plethora of tasks like Building your own Mortgageformula -
Calculator. The Mortgage Calculator or PMT function is= PMT(B3/12, B4*12, B2)
just one of many Financial Functions available.Now as I said before, the PMT function always returns
Okay, so how to build a mortgage calculator...a negative value, so to turn this into a positive value
The first thing we have to do is to start by setting up awe simply type the PMT function with the Absolute
few basic headings. So lets begin by starting a newFunction encapsulating it as shown below -
workbook and clicking in the first cell A1. Enter into cell= ABS(PMT(B3/12,B4*12,B2))
address A1 the heading - Monthly Loan Repayments.Simply type the formula above into the cell B6 and
Next off, enter into cell address A2 - Amount of Loan,press the enter key. You must now format the cell
cell address A3 - Interest Rate, cell address A4 -address B6 as a currency and you can do that by
Length of Loan and then in A6 - Monthly Repayment.simply pressing the Dollar Symbol on the Formatting
In example mortgage calculator, we will take the LoanToolbar. As soon as you enter the formula and press
Amount, Interest Rate and Length of Loan andenter you should get a result of $1712.76. If you do not
calculate your Monthly Repayment. Okay so in theget this answer, simply go back and make sure that
corresponding field B1 enter the value of $200,000 andyou have entered the formula correctly.
make sure you format the field as a currency. In cellThe cool part about this Mortgage Calculator is that
B2 enter a value of 9.25% and format the field as ayou can go back and change any one of the values in
percentage and then finally enter in a value for theB2, B3 and B4 which are the Loan Amount, Interest
Length of the Loan as 25. The value you enter into theRate and Length of Loan to work out what your
Length of the Loan field is in years.monthly mortgage repayments will be.
Now its time to create the formula that will do yourThe cool part about this simple tool is that it tells you
calculation for the Monthly Repayment. The functionreally quickly whether borrowing massive amounts
we will use for this calculation is called the PMTfrom the bank is worth it and whether you can really
function. The PMT function always returns a negativeafford that mortgage. Why not check out what your
number so one of the things we will need to do is torepayments will be if your interest rate went up by 2
convert it into a positive number, but a little on that later.or 3%, it can be really interesting to see the impact on
There are three arguments we will use for this formulayour budget.
and they are -Simple tools like this can save you thousands of dollars
= PMT(Monthly Interest Rate, Number of Payments,and can also help you see what changes interest
Amount Borrowed)rates will have on your own budget. It is certainly
So to work out the Monthly Interest Rate we simplyworthwhile building yourself a Budgeting Spreadsheet
take the value in B3 and divide it by 12 - B3/12. Theand the mortgage calculator to work out just what
PMT function works on the basic of the number ofyou really can afford especially in these uncertain
payments you are going to make, so if we are goingtimes.
to make monthly payments on our mortgage we