How to Create an Excel Interest Schedule

Using Spreadsheets to Build a Payment Amortization

12 Comments
Join the Conversation
Designing an Excel Interest Schedule - Mat Hayward
Designing an Excel Interest Schedule - Mat Hayward
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.

  1. In cell C3 enter “Loan Amount.”
  2. In cell D3, enter the total loan amount desired.
  3. In cell C4 enter “Interest Rate.”
  4. In cell D4, enter the interest rate, in whole dollars. For instance, enter an annual interest rate of 8% as 8.
  5. In cell C5 enter “Term (Months).”
  6. In cell D5, enter the term in months. A five-year loan would be entered as 60.
  7. To calculate the payment, in cell C7, enter “Payment =”
  8. 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:

  1. Cell B10 – "Period Number", C10 - "Beginning Balance", D10 - "Additional Payment", E10 - "Interest Payment", F10 - "Principle Payment", G10 - "Ending Balance".
  2. In cell B12, enter the number 1, and below that number at least as many months as the number in cell C5.
  3. 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.
  4. In cell F12, enter =$D$7-E12. The rest of the payment goes to principle.
  5. In cell G12, enter =C12-F12-D12. This is the ending balance.
  6. In the next row, column D13 must be =G12. The first month’s ending balance is the second months beginning balance.
  7. Copy the formulas in cells E12, F12 and G12 to E13, F13 and G13 respectively.
  8. 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.

Jim Hutchinson, Stanley Jablonski

James Hutchinson - Jim is a writer with diverse interests in business, sports and travel.

rss
Advertisement
Leave a comment

NOTE: Because you are not a Suite101 member, your comment will be moderated before it is viewable.
Submit
What is 9+0?
12 Comments

Comments

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
Feb 21, 2010 8:36 PM
Guest :
very nice! I've always wanted this ... and thanks for the 'additional payments' column. makes it easy to do 'what ifs'.
Feb 27, 2010 7:16 AM
Guest :
it's nice but it is not exactly what i was looking for . thank you any way it's perfect .
Aug 3, 2010 8:58 AM
Guest :
Awesome thank you worked amazing.
Aug 31, 2010 12:39 PM
Guest :
Very helpful. But what about if the payment is needed to be a certain amount?
Oct 2, 2010 5:54 PM
Guest :
The instructions were fine until the copying of the formulas. All I got was a repeat of the same numbers all the way down the sheet. I tried every type of paste function to get an amortized schedule and no luck. What am I missing?
Nov 13, 2010 9:55 PM
Guest :
I was a bit confused why on the first month there was zero deductions from interest...It does not seem right. I double checked all the columns and I did what you said...
Also I think there is a mistake in the printing of the article! In the "creating The Amortization Schedule" section...number 6..I think it needs to be column C13 =G13 for the "Beginning balance.." check it out for yourself...It doesn't make sense any other way. Thank you. I would appreciate an answer regarding the interest rate section. It does not seem to be the right formula in one of the columns...Thanks
Jan 13, 2011 10:36 PM
Guest :
Great article. Worked fine with one exception.
Step 6 in "Creating the Amortization Schedule" you have referenced cell D13 to start the calculations for the 2nd months Beginning Balance. This should be C13=G12, not D13=G12. D13 is the column for additional payments :P
Thanks heaps
Mar 28, 2011 3:14 AM
Guest :
This is working if interest remains same throughout loan repayment cycle. But if Interest rate fluctuates during loan prepayment cycle than what modification we have to do?
12 Comments
Advertisement
Advertisement