A bi-monthly amortization schedule in Excel helps track the principal and interest components of a loan or bond over a specific period, typically 24 or 36 months. This useful tool enables financial professionals and individuals to manage their debt efficiently and plan their finances accordingly.

This article will guide you through creating a bi-monthly amortization schedule in Excel, starting from the basics and delving into detailed steps, examples, and best practices to help you master this essential skill.

Understanding Bi-Monthly Amortization
Bi-monthly, or semi-annual, amortization divides the total loan or bond amount evenly over two interest periods within a year. This approach helps in evenly distributing cash flows, simplification of calculations, and better management of debt.

To calculate bi-monthly amortization, you'll need the total loan amount (principal), the annual interest rate, and the total number of months for which the loan is given. The formula for the bi-monthly payment is (P * r * (1 + r/2)^(2n)) / ((1 + r/2)^(2n)-1), where P is the principal, r is the annual interest rate (divided by 12), and n is the number of months.
Setting Up an Excel Worksheet

Open a new Excel worksheet and create headers for the following columns: 'Period', 'Beginning Balance', 'Interest', 'Principal', and 'Ending Balance'. You can also add columns for 'Payment' and 'Cumulative Payment' for a more detailed breakdown.
Enter the loan amount, annual interest rate, and total number of periods (24 or 36) in cell notes or a separate section for quick reference.
Calculating Bi-Monthly Payments

Use the bi-monthly payment formula explained earlier to calculate the payment amount for each period. Start with Period 1 and enter the loan amount as the beginning balance.
Use Excel's PMT function to calculate the bi-monthly payments. The formula is =PMT(rate, nper, pv, [fv], [type]), where rate is the annual interest rate divided by 12, nper is 24 or 36 (depending on the loan term), pv is the present value (loan amount), and fv is the future value (usually 0 for loans).
Populating the Amortization Schedule

Once you have the bi-monthly payments calculated, you can populate the rest of the amortization schedule using simple math and Excel functions.
Interest for each period can be calculated as Beginning Balance * (Annual Interest Rate / (Number of Payments per Year * 100)). Principal is the remaining amount of the payment after subtracting the interest. The ending balance is the beginning balance minus the principal.







Using Excel's SUMIF Function for Cumulative Payments
To avoid manual calculation, use the SUMIF function to track cumulative payments. Enter the following formula in the cell where you want the cumulative total to display: =SUMIF($C$2:$C2, "<="&$A2, $D$2:$D2). This formula calculates the sum of the principal payment for each period up to the selected period.
You can automate this by dragging the formula down to the rest of the periods, or use auto-fill to apply the formula to all cells in the column.
Amortization Table with PMT and IPMT Functions
For more accuracy and ease, use Excel's built-in PMT and IPMT functions to automatically populate the amortization schedule. The PMT function calculates the bi-monthly payment, and the IPMT function calculates the accrued interest for each period.
Use IPMT(rate, per, nper, pv, [fv], [type]) to calculate the interest for each period. The per arg specifies the period to calculate the interest for, and the rest of the arguments are the same as the PMT function.
Continue to refine and customize your amortization schedule by adding more columns for relevant data, such as fees, late charges, or additional payments. Make sure to keep your worksheet organized and visually appealing for better readability.
Mastering bi-monthly amortization schedules in Excel is a valuable skill that will serve you well in various aspects of finance, from personal budgeting to investment analysis. With practice and the right approach, you'll soon be creating and interpreting these schedules with ease. So, start exploring and experimenting with Excel's powerful tools to unlock its full potential.