Daily Simple Interest Amortization Schedule Excel

If you're a professional involved in finance, accounting, or simply managing personal investments, creating a Daily Simple Interest Amortization Schedule might seem like a daunting task. However, with the power of Excel and a bit of understanding, it's surprisingly straightforward. Let's delve into the details and learn how to create one step-by-step.

Loan Amortization Schedule for Excel
Loan Amortization Schedule for Excel

Before we dive in, let's ensure we're on the same page. A Daily Simple Interest Amortization Schedule is a table that shows how much interest you're paying and how much principal you're reducing each day, given a simple interest rate and a starting principal amount. It's a useful tool for understanding and tracking interest payments over time.

FREE 7+ Amortization Table Samples in Excel
FREE 7+ Amortization Table Samples in Excel

Understanding Daily Simple Interest

First, let's grasp the basics of simple interest. Simple interest is calculated using the formula: I = P * r * t, where I is the interest, P is the principal (initial amount), r is the annual interest rate (in decimal form), and t is the time in years. Unlike compound interest, simple interest doesn't consider the interest on the interest when calculations are made.

Loan Amortization Schedule in Excel
Loan Amortization Schedule in Excel

To adjust this formula to calculate daily interest, we replace t with d (the time in days) and divide the entire equation by 365 (assuming a non-leap year) to reflect the interest for one day. Thus, the daily simple interest formula becomes: I = (P * r) / 365 * d.

Creating the Amortization Schedule Header

Amortization Schedule Template Excel & Google Sheets
Amortization Schedule Template Excel & Google Sheets

With our Excel worksheet open, let's start creating the amortization schedule. In Row 1, enter the following headers: Date, Begin Balance, Interest, Principal, End Balance, Cumulative Interest, and Cumulative Principal. Under each heading, briefly describe what it represents:

  • Date: The day on which the entry is recorded.
  • Begin Balance: The starting principal amount for the given day.
  • Interest: The interest earned or paid on the principal for the given day.
  • Principal: The principal amount repaid on the given day.
  • End Balance: The remaining principal (begin balance minus principal repaid) after the interest has been paid on the given day.
  • Cumulative Interest: The total interest paid up to the given day.
  • Cumulative Principal: The total principal repaid up to the given day.

Calculating the Daily Entries

Free schedule templates  | Microsoft Create
Free schedule templates | Microsoft Create

Start inputting your principal details in a separate row below the headers (e.g., Row 2). Assume you've borrowed $1000 for one year at a simple daily interest rate of 2%. So, the principal (P) is 1000, the daily interest rate (r) is 2/365, and time (t) is 365. The first day's interest (I) would be:

(1000 * 2/365) * 1 = 5.48

Copy this formula into the "Interest" column (e.g., Cell B2), and Excel will automatically calculate the remaining entries based on the previous day's balance. Do the same for the "Principal" column, entering the daily principal repayment. The "End Balance" can be calculated by subtracting the daily principal from the "Begin Balance".

Amortization Schedule Example | Template Business
Amortization Schedule Example | Template Business

For the cumulative columns, use the SUM function. For example,_cell C2 would be: =SUM(B2:B1), and in cell D2, it would be: =SUM(C2:C1). Copy these formulas down for each day until the principal is fully reimbursed.

Manual vs. Automated Amortization Schedules

a spreadsheet showing the cost and budget for a business invoicer
a spreadsheet showing the cost and budget for a business invoicer
Payment/ Amortization Schedule - Re-usable Templates for Individuals to Track and Manage Personal Finances - Loan and Payments
Payment/ Amortization Schedule - Re-usable Templates for Individuals to Track and Manage Personal Finances - Loan and Payments
Free Monthly Budget Excel Spreadsheet
Free Monthly Budget Excel Spreadsheet
DM102: Debt Reduction
DM102: Debt Reduction
an image of a spreadsheet with graphs and pie chart on the top right side
an image of a spreadsheet with graphs and pie chart on the top right side
Simple Interest Loan Calculator for Excel
Simple Interest Loan Calculator for Excel
Monthly Loan Amortization Calculator | Plan Projections
Monthly Loan Amortization Calculator | Plan Projections
Free Budget Templates in Excel | Notion Templates
Free Budget Templates in Excel | Notion Templates
an invoice form is shown with the numbers and dates for each item on it
an invoice form is shown with the numbers and dates for each item on it

Manually creating an amortization schedule, as shown above, is fine for simple interest and small-time scales. However, as the interest rate, time period, or principal amount increases, the process becomes more cumbersome. Thankfully, Excel offers built-in functions, such as PPMT (for principal paid per period) and IPMT (for interest paid per period), which can automatically generate the amortization schedule.

To use these functions, you'll need to know the total number of payments (np), the rate (r), the maturity date, and the payment due date. Assuming you're paid monthly, np would be 12. The rate (r) should be the annual interest rate, and the maturity and payment due date can be calculated using the EDATE function. Enter these details, and Excel will populate the amortization schedule for you.

As you become more comfortable with Excel's capabilities, you'll find that amortization schedules become valuable tools in understanding and managing your financial obligations or investments. So, start practicing, and soon you'll be a power user, ready to tackle more complex financial calculations. Don't forget to save your work! Happy calculating!