How to Create a Loan Calculator with Microsoft Excel
Written by Juan David Suarez Gil
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
Building Secure & Scalable Applications with AI Development Services in USA
AI development services in USA help companies create such applications. These solutions can handle growing users and changing business needs. They can also improve security through smart monitoring and automation. AI can support stronger digital products when planned well.
September 8, 2026
Article
How AI Development Services in USA Are Reshaping Business in 2026
AI development services in USA help businesses use AI to automate operations, build smarter products, improve customer experiences, and drive measurable growth through practical, scalable solutions.
September 5, 2026
Website
DataOnMatrix Solutions | AI Development Company in USA
DataOnMatrix is an AI Development Company in USA offering Custom AI Software Development Services in USA to build intelligent, scalable, and business-focused AI solutions.
September 3, 2026
Article
How to Create an Effective Data Migration Strategy?
The article will talk about the steps to realize a data migration strategy, including planning, preparing data, pipeline design, process setup and testing, execution and validation, and post-migration maintenance.
September 3, 2026