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

Using Cross-References in Footnotes

Need to make a cross-reference from one footnote to another footnote? You can do it if you throw bookmarks into the mix, ...

Discover More

Controlling Display of Page Breaks

Do you want page breaks displayed on the screen? Excel allows you to specify whether it should show those page breaks or not.

Discover More

Removing Author Information

Word automatically stores lots of author-related information within a document. Because this data is stored in several ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!

More ExcelTips (menu)

Extracting a State and a ZIP Code

Excel is often used to process or edit data in some way. For example, you may have a bunch of addresses from which you ...

Discover More

Condensing Sequential Values to a Single Row

If you have a bunch of ZIP Codes or part numbers in a list, you may want to "condense" the list so that sequential series ...

Discover More

Finding Differences Between Lists

A common task faced by Excel users is to determine whether items in one list are also found in a different list. There ...

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 five more than 3?

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.