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

Returning to Where You Were Before Finding Something

When you use the Find and Replace dialog box to do editing, you could easily lose track of where you were before ...

Discover More

Making Spell Check Ignore Characters

The rules of professional editing often require that editorial changes in a quote be noted with brackets. These brackets, ...

Discover More

Checking Lock Status of Cells

When you first create a worksheet, all the cells in that worksheet are formatted as locked. As you unlock various cells ...

Discover More

Program Successfully in Excel! This guide will provide you with all the information you need to automate any task in Excel and save time and effort. Learn how to extend Excel's functionality with VBA to create solutions not possible with the standard features. Includes latest information for Excel 2024 and Microsoft 365. Check out Mastering Excel VBA Programming today!

More ExcelTips (menu)

Solving Simultaneous Equations

One branch of mathematics allows you to work with what are called "simultaneous equations." Working with this type of ...

Discover More

Generating Random Strings of Characters

If you need to generate a random sequence of characters, of a fixed length, then you'll appreciate the discussion in this ...

Discover More

Figuring Out the Low-Score Winner

Need to figure out the lowest score in a range of scores? Here's the formulas to get the information you need.

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 seven more than 2?

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.