Creating an Amortization Schedule

Written by Allen Wyatt (last updated June 29, 2019)
This tip applies to Excel 97, 2000, 2002, and 2003


Mary would like to use Excel to create an amortization schedule for her home mortgage. Problem is, she doesn't know enough about finance to know which of the financial worksheet functions she should use to do the calculations.

It actually is fairly easy to come up with the right calculations. At its simplest, a mortgage payment consists of two parts: principle and interest. Given some basic information such as how much you are borrowing (your principal), what your interest rate is, and how many monthly payments you need to make, you can then come up with your amortization schedule. Try this out:

  1. Open a blank worksheet.
  2. In cell B1 put your interest rate.
  3. Give cell B1 a name, such as "Rate".
  4. In cell B2 put the number of months you need to pay.
  5. Give cell B2 a name, such as "Term".
  6. In cell B3 put how much you are borrowing.
  7. Give cell B3 a name, such as "Principal".
  8. In cell A6 put the number 1. This represents your payment number.
  9. In cell B6 put this formula: =Principal. The amount you put into cell B3 should now also appear in cell B6.
  10. In cell C6 put this formula: =PPMT(Rate/12,$A6,Term,Principal). This is the amount you will pay toward your principal in this payment. (The PPMT function returns the amount of principle for a given payment.)
  11. In cell D6 put this formula: =IPMT(Rate/12,$A6,Term,Principal). This is the amount you will pay in interest in this payment. (The IPMT function returns the amount of interest for a given payment.)
  12. In cell E6 put this formula: =PMT(Rate/12,Term,Principal). This is the total amount of the payment.
  13. Copy everything from row 6 to row 7.
  14. Change cell A7 to the following formula: =A6+1.
  15. Change cell B7 to the following formula: =B6+C6. This cell now contains the new principal balance for your loan.
  16. Copy row 7 down as many rows as you need.
  17. Add any explanatory labels desired in the ranges A1:A3 and A5:E5. (See Figure 1.)
  18. Figure 1. A simple amortization schedule.

Remember that I said that this creates a simple amortization schedule. It doesn't take into account varying interest rates, refinancing, non-monthly payments, additional payments, escrow amounts, or any number of other variables. In such instances you would be better to look for a ready-made amortization template. There are any number of them available online, including these from Microsoft:

http://office.microsoft.com/en-us/templates/TC001056620.aspx

You can also find a very good explanation of amortization schedules at this page:

http://www.tvmcalcs.com/calculators/apps/excel_loan_amortization

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (11627) applies to Microsoft Excel 97, 2000, 2002, and 2003.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Making Squares

Cells in a worksheet defined by the intersection of rows and columns. If you adjust row height and column width just ...

Discover More

Editing the Same Cell in Multiple Sheets

When creating a workbook, you may need to make changes on one worksheet and have those edits appear on the same cells in ...

Discover More

Calculating Expressions

Word can do some simple calculations for you, if you add a little-known tool to your toolbar. Here's how to add and use ...

Discover More

Program Successfully in Excel! John Walkenbach's name is synonymous with excellence in deciphering complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf. Check out Excel 2013 Power Programming with VBA today!

More ExcelTips (menu)

Simulating Alt+Enter in a Formula

You can use the Alt+Enter keyboard shortcut while entering information in order to force your data onto multiple lines in ...

Discover More

Summing Based on Part of the Information in a Cell

Excel provides a variety of tools that allow you to perform operations on your data based upon the characteristics of ...

Discover More

Determining a Simple Moving Average

A moving average can be a great way to analyze a series of data points that you've collected over time. Setting up a ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is nine minus 5?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.