|
A step-by-step method to creating an interest payment schedule. A learning tool for Excel spreadsheets.
Building a basic interest amortization schedule is easy in Excel. The design provides a schedule that can change for different interest rates, payment amounts and terms, and can be set up to include an amount for additional payments.
Best of all, designing this useful schedule provides real world practice in using Functions in Excel, knowledge that can be used in other applications.
An amortization schedule computes the monthly payment for a loan, and shows the payoff by month, along with the principle and interest paid each month.
Calculating the Payment Amount
The user can customize the look of the spreadsheet by changing cells, but make sure the formulas used reflect the new cell references, or it will not calculate correctly. For any of these commands, if you are familiar with using the mouse in Excel, you can reference the cells by pointing and clicking, and get the same result as direct entry.
The first step is to create the titles and enter starting amounts for the appropriate amounts and columns.
- In cell C3 enter “Loan Amount.”
- In cell D3, enter the total loan amount desired.
- In cell C4 enter “Interest Rate.”
- In cell D4, enter the interest rate, in whole dollars. For instance, enter an annual interest rate of 8% as 8.
- In cell C5 enter “Term (Months).”
- In cell D5, enter the term in months. A five-year loan would be entered as 60.
- To calculate the payment, in cell C7, enter “Payment =”
- In cell D7, enter =PMT(D4/1200,D5,-D3). You can also use the function command, referencing the cells. Note that in dividing cell D4 by 1200, the user is converting the whole number interest rate to a monthly percentage.
Creating the Amortization Schedule
Create 6 columns, and label them as follows:
- Cell B10 – "Period Number", C10 - "Beginning Balance", D10 - "Additional Payment", E10 - "Interest Payment", F10 - "Principle Payment", G10 - "Ending Balance".
- In cell B12, enter the number 1, and below that number at least as many months as the number in cell C5.
- In cell C12, enter =D3. This places the beginning loan amount in the amortization schedule. In cell E12, enter =C12*$D$4/1200 to calculate the monthly interest In Excel, dollar signs keep the formula fixed on a certain cell, even if the formula is copied elsewhere.
- In cell F12, enter =$D$7-E12. The rest of the payment goes to principle.
- In cell G12, enter =C12-F12-D12. This is the ending balance.
- In the next row, column D13 must be =G12. The first month’s ending balance is the second months beginning balance.
- Copy the formulas in cells E12, F12 and G12 to E13, F13 and G13 respectively.
- Finally, copy the formulas in row 13 all the way down to the last month.
Once the spreadsheet is designed, a user can change the loan amount, interest rate or term at any time to see the impact on payment. An added feature is that the user can see the effect of additional payments by adding an amount into column D for any month.
Summary
Designing a practical spreadsheet is a great way to learn how spreadsheets work. The completed amortization schedule will give the user the ability to calculate interest payments and to measure progress toward payoff.
The copyright of the article Create an Excel Interest Schedule in Office/Business Software is owned by James Hutchinson. Permission to republish Create an Excel Interest Schedule in print or online must be granted by the author in writing.
Comments
Nov 5, 2008 7:37 AM
Guest :
This doesn't seem to work. Step 3 is missing number signs around D4 and
when I do it after the loan period I haven't paid back all the principle,
maybe I am doing it wrong. Was doing a 100k loan at 2% interest which was
giving me a payment of 643.51 (166.67 interest and 476.84 principle). This
does not pay off the 100k after 180 payments (15 year loan at 12 months a
year).
Nov 19, 2008 9:25 AM
Guest :
Agreed, it did not work in the amortization schedule. I started and found
that , in the cell e12 - the first interest deduction - i changed the
formula to =C12*$D$4/1200, In other words, I changed the dollar signs to
point to the constant 8% interest rate and changed the first value to read
the loan balance. It worked after I copied.
Jan 30, 2009 11:55 AM
Guest :
I followed the corrections in the above comments and got this to work
perfectly. Thank you!
Oct 6, 2009 12:19 PM
Guest :
That was an awesome and easy software...thanks....
Oct 19, 2009 8:40 AM
Guest :
yup, I had to modify the column E formula as well. Took me a while to
figure it out - then I read the comments on the bottom of this page (should
have done that first!) Oh well :) It works fine now!!!
(I like how it accounts for extra payments!!!)
Oct 21, 2009 3:56 PM
James Hutchinson :
Thanks for pointing that out, I made the corrections in the article.
Jim
6 Comments
|