How to Create a Loan Calculator with Microsoft Excel
Legacy signals
Legacy popularity: 1,265 legacy views
The excel functions that we are going to use are: NOMINAL(), PMT() To understand the entire exercise and practice you can download the file at the end of the post. First, you have to configure an Excel Worksheet, in the file attached you can find a template and the solved file, but you can construct your own excel table. All the calculations that we are going to explain are based in the template file. The first thing we are going to do is convert the rate. The rate in most of the cases is given in % per year, but you must make the payments monthly, for that reason the rate should be converted to monthly rate. To do that we are going to put in the cell D7 the following excel formula: =NOMINAL(D6,12)/12 This excel formula calculates the Nominal rate taking in count the rate given (Cell D6) and this value is divided by the number of periods in a year (is 12 because a year has 12 months). The second part is to calculate the monthly payment. To do that we are going to use the following formula in the cell D8: =PMT(D7,D5,D4)*-1 This excel function calculates the monthly payment taking the loan amount, the loan term and the converted interest rate. As payment is a negative value we make a multiplication by -1. Now you can know how much you should pay monthly for a specific loan. You can change, the loan amount, the loan term and the interest rate per year and you will know the amount of cash you have to pay each month. The last part is to create the amortization table. It is used to see the each month how much is for interest, for principal and the balance of the loan. Let's see how we construct it. You must create an excel table with the following fields: Month, Initial Balance, Payment, Interest Paid, Principal Paid, Final Balance. In the first column the months, it is a list of numbers from 1 to the number of months of the loan term. The next column is the Initial Balance for the first row, it is the Loan amount (cell D4), for the following rows is the Final Balance of the previous row. For the cell C14 the formula is =G13. You can select the C14 cell and drag to the last row. The next field is the Payment. It is the payment previously calculated. For the cell D13 the formula is =$D$8 (the $ is used to keep fixed the cell D8 when you drag the cell value D13). You select the D13 cell and drag it to the last row. Below, the Interest Paid is the amount of interest that contains the payment. For the cell E13 the formula is: =C13*$D$7 It is the amount of the initial balance multiplied by the converted interest rate. After that you can select the E13 cell and drag it to the last row. The Principal Paid is the amount of principal that contains the payment. For the cell F13 the formula is: =D13-E13 It is the subtraction between the Payment and the Interest Paid. You select the F13 cell and drag it to the last row. The last column is the Final Balance, it is the loan amount that remains to pay after the present payment. For the cell G13 the formula is: =C13-F13 It is the subtraction between the Initial Balance and the Principal Paid. You select the G13 cell and drag to the last row. After all you can proof that all the calculation are good if the Final Balance in the last month is cero (0). You can see that the interest rate is decreasing as Principal paid increases. This excel table is really helpful to know the loan amount that remains in a specific month. If you want to cancel or finish the payments of a loan, you see how much is the final balance in the month and that is the amount that you have to pay.
Article author
About the Author
Further reading
Further Reading
Article
What to Consider When Adopting Multi-Tenancy in Kubernetes?
Organizations are starting to scale their cloud native operations. And as they do, the inefficiency of managing dozens of isolated clusters has become an evident problem. As the clusters continue to sprawl, businesses must unite diverse workloads onto shared infrastructure. This is because companies need better resource utilization and centralized governance among other things. But it is imperative to remember that going from a single tenant to a multi-tenant environment need
March 12, 2026
Article
Product Engineering Services: Driving Faster Development for Startups
It has been for everyone to see the short product lifecycles and a pressing need for rapid technical scalability that have come to define the modern startup ecosystem. For early-stage companies, the challenge is no longer just conceptualizing a solution. But they must also carry it out with enough precision to withstand high market volatility and fierce competition. We know that internal teams concentrate on core business strategy and fundraising. That still leaves us with th
March 12, 2026
Article
Why Modern Facilities Rely on Environmental Monitoring and Remote Temperature Probes for Compliance and Control
In today’s regulated and data-driven environments, organizations are under constant pressure to ensure that temperature and environmental conditions remain within defined limits. Even small fluctuations can result in product loss, compliance violations, or operational downtime. As a result, many facilities are moving away from manual checks and standalone sensors and adopting comprehensive environmental monitoring solutions instead. An environmental monitor provides rea
March 5, 2026
Article
Role of Data Warehousing in Ensuring Data Quality and Consistency
Organizations have come to rely heavily on large amounts of data in today's competitive markets. But to what end? For starters, to inform strategic decisions and power machine learning models. It goes without saying that the value of these digital assets is completely dependent on the accuracy of the underlying data. So, when data is fragmented or inconsistent across departments, you will obviously have inaccurate reporting and operational inefficiencies at your hands. This c
March 2, 2026