Managing your loans can be a complex task, but with the right tools and knowledge, it becomes much easier. One such tool is an amortization schedule, which breaks down your loan into periodic payment installments. In this guide, we will delve into the process of creating a loan amortization schedule in Excel, with a focus on incorporating extra payments for accelerated repayment.

Before we dive in, let's briefly understand what an amortization schedule is. An amortization schedule is a table that calculates your loan balance and the principal and interest components of your loan payments over time. It helps you understand how much of your monthly payment goes towards interest and how much goes towards the principal, allowing you to make informed decisions about your loan.

Creating a Basic Loan Amortization Schedule in Excel
To start, let's create a basic loan amortization schedule in Excel. We'll assume a loan of $100,000 at an annual interest rate of 6%, repaid over 30 years with monthly payments.

1. **Enter the Loan Details**: In your Excel sheet, starting from cell A1, enter the following details: "Loan Amount" in A1, "$100,000" in B1, "Annual Interest Rate" in A2, "6%" in B2, "Loan Term (Years)" in A3, "30" in B3, and "Payment Frequency" in A4, "12" (for monthly payments).
Calculating the Monthly Payment

To calculate the monthly payment, we'll use the Excel formula `=PMT(rate, nper, PV, FV, Type)`. The rate is the annual interest rate divided by the payment frequency (0.06/12), nper is the total number of payments (loan term * payment frequency), PV is the present value or loan amount (-$100,000), and FV is the future value or the lump sum amount that you want to achieve at the end of the loan term ($0 for this scenario). The type is 0, as payments are made at the end of each period.
The formula would look like this: `=PMT((B2/B4), B3*B4, -B1, 0, 0)`. Assuming the above values, the monthly payment will be approximately $599.55.
Creating the Amortization Schedule

2. **Create the Schedule**: Starting from row 7, enter the following headers: "Period" in A7, "Payment" in B7, "Interest" in C7, "Principal" in D7, and "Balance" in E7.
The "Period" should start at 1 and increase sequentially. The "Payment" should auto-fill from cell B5, as it's the monthly payment we calculated earlier. The "Interest" can be calculated using the formula `=B7*B2/12`, and the "Principal" can be calculated using `=D6+E6-E6`. The "Balance" can be calculated using `=E6-D6`.
3. **Fill Down**: Assuming no extra payments, you can fill down the formulas for "Interest", "Principal", and "Balance" to populate the amortization schedule.

Incorporating Extra Payments into the Amortization Schedule
Making extra payments can help you pay off your loan faster and save on interest costs. Let's see how to incorporate extra payments into our amortization schedule.









Assuming you plan to make an extra payment of $100 every quarter, you can adjust the "Payment" column as follows:
Adjusting the Schedule for Extra Payments
1. **Enter the Extra Payment Amount**: In cell F5, enter the extra payment amount "$100".
2. **Adjust the Payment Column**: Starting from row 7, modify the "Payment" column as follows: for periods 1 to 3, the payment remains $599.55 (B7:B9). From period 4 onwards, add the extra payment to the regular monthly payment: `=$B7+F5`.
3. **Recalculate the Amortization Schedule**: With the changes in the "Payment" column, you'll notice that the "Interest", "Principal", and "Balance" columns will adjust accordingly. The balance will reduce faster due to the extra payments.
4. **Track the Amortization Progress**: As you make your extra payments, update the "Payment" column accordingly. This will help you track your loan amortization progress and see how your extra payments are reducing your loan balance and saving you money on interest.
Creating and maintaining a loan amortization schedule in Excel can be a powerful tool in managing your loans. Understanding how your payments break down and how they pay down your principal is essential for making informed financial decisions. Whether you're looking to pay off your loan faster or just want a better understanding of your loan, an amortization schedule can be invaluable.