Creating a simple interest amortization schedule in Excel is a practical skill that can help you understand and track financial payments over time. This step-by-step guide will walk you through the process, ensuring you create an accurate and user-friendly schedule.

Before you begin, make sure you have Excel open and a new spreadsheet ready. You'll need to understand basic Excel operations, such as entering data, using formulas, and formatting cells.

Understanding Simple Interest Amortization
Simple interest amortization is a method used to repay a loan or other financial obligation over time. It's called "simple" because the interest is calculated on the original principal amount, not on any outstanding balance. To create an amortization schedule, you'll need to know the following:

- The original loan amount (P)
- The annual interest rate (r, in decimal form)
- The number of years to repay the loan (n)
- The number of times interest is compounded per year (m, typically 1 for simple interest)
Calculating the Monthly Payment

The monthly payment is calculated using the formula:
The formula is: P = P * (r/m * (1 + r/m)^(mn) / ((1 + r/m)^(mn) - 1))
For simple interest, m is 1, and the formula simplifies to:

The simplified formula is: P = P * r / (1 - (1 + r)^-n)
Creating the Amortization Schedule
Once you have the monthly payment amount, you can create the amortization schedule. This consists of a table with the following headers:

- Period
- Monthly Payment
- Interest
- Principal
- Remaining Balance
Creating the Excel Amortization Schedule









Now that you understand the basics, let's create your simple interest amortization schedule in Excel.
Entering Amortization Schedule Headers
In Row 1, enter the following headers:
| Period | Monthly Payment | Interest | Principal | Remaining Balance |
|---|
Calculating and Entering Values
In Row 2, enter the following values:
| 1 | =P | =P * r / n | =Monthly Payment - Interest | =P - (Principal * (n - 1)) |
Autofilling the Schedule
To calculate the remaining values in the amortization schedule, select the first cell in Row 2, then drag the small square in the bottom-right corner of the cell down to the desired number of periods (n). Excel will automatically fill in the remaining values based on the formulas you've entered.
Formatting Your Schedule
To make your schedule more readable, consider formatting the header row using bold text and a background color. You can also apply number formatting to the periodic payment, interest, principal, and remaining balance columns to display values as currency.
Congratulations! You've successfully created a simple interest amortization schedule in Excel. This skill will be invaluable for tracking loan payments, budgeting, and financial planning. Don't be afraid to experiment with different interest rates, loan terms, and frequencies to explore various scenarios. Happy calculating!