The effective interest rate, also referred to as the Annual Equivalent Rate(AER), is the amount of interest that a person actually pays or earns on financial investment. It is determined by taking into account the effect of compounding over a certain period of time. In this article, we will discuss 3 effective ways of how to calculate effective interest rate in Excel with formula.
Download Practice Workbook
You can download practice workbook here.
3 Effective Ways to Calculate Effective Interest Rate in Excel with Formula
In this article, we will learn 3 ways to calculate the effective interest rate of investment in Excel with the proper formula. Firstly, we will use the effective interest formula. Then we will go for the EFFECT function to calculate the effective interest. Finally, we will use an effective interest rate calculator to do the job. We will use the following sample dataset to illustrate the methods.
1. Using Effective Interest Rate Formula
In this method, we will directly use the effective interest rate formula. The formula is
EAR=(1+i/n)^n-1
Here,
I = stated annual interest or nominal interest
n = number of compounding periods per year
Steps:
- Firstly, select the C7 cell and write down the following formula,
=(1+C4/C5)^C5-1
- Then, hit Enter.
- Consequently, we will get the EAR.
Read More: How to Calculate Effective Interest Rate On Bonds Using Excel
2. Applying EFFECT Function
The EFFECT function is Excel’s default function to calculate the effective annual interest rate. It takes the nominal interest and the number of compounding periods per year as its argument.
Steps:
- To begin with, select the C7 cell and write the following formula down:
=EFFECT(C4,C5)
- Then, press Enter.
- Consequently, we will obtain the EAR.
Read More: Nominal vs Effective Interest Rate in Excel (2 Practical Examples)
Similar Readings
- Calculate Future Investment Value with Inflation, Tax and Interest Rates
- Create Flat and Reducing Rate of Interest Calculator in Excel
- How to Use Nominal Interest Rate Formula in Excel
- calculate periodic interest rate in Excel (4 ways)
3. Using Effective Interest Rate Calculator
In the final method, we will use an effective interest rate calculator to accomplish the task. We have built a calculator based on the data table with data providing the number of payments for a particular compounding period.
Steps:
- Firstly, select the C4 cell and write down the required nominal rate.
- In this case, it is 10%.
- Then, go to the “Interest Compounded” box.
- From the drop-down list, select the period by which your interest will be compounded.
- In this instance, we will select the Quarterly rate of compound interest.
- Consequently, you will get an effective interest rate.
We have used the VLOOKUP function to pass the npery argument of the Effective function. This argument denotes the number of payments per year. The VLOOKUP function searches through the Values array in another sheet to find out the value “Quarterly” and returns the value of the 3rd column of the row which is 4 in this case.
Read More: How to Calculate Interest Rate in Excel (3 Ways)
What Is the Effective Interest Rate (EIR) or Annual Equivalent Rate (AER)?
For example, you went to a bank for a loan of $10,000. The bank has told you that their interest rate (stated rate or annual percentage rate) was 12%. And they also mentioned that your interest would compound monthly. After one year, how much would you pay to the bank? Assume that you have not paid anything to your bank by this time. Check out the steps below. It shows the effective annual interest rate concept clearly.
Steps:
- Firstly, select the D8 cell and type the following formula,
=C8*($C$5/12)
- Then, hit Enter.
- Consequently, you will get the amount of interest for the first month on a $10,000 deposit, which is $100.
- Then, add the initial deposit and the interest in the E8 cell using the following formula:
=C8+D8
- Then, hit Enter.
- Consequently, you will get the ending balance of the first month, which is $10100.
- Now, paste the same formula in the C9 cell to find the beginning balance for the next month, which is $10100.
- Follow the same process for the rest of the months of the year to finally get the ending balance of December, which is also the ending balance of the year.
- Then, write down the following formula in the E21 cell:
=(E19-C8)/C8
- Finally, hit Enter.
- Consequently, we will get the effective interest rate of the year.
Conclusion
In this article, we have talked about three handy ways to calculate the effective interest rate. These methods will help users to calculate their effective interests properly.
Related Articles
- How to Calculate Interest Rate from EMI in Excel (with Easy Steps)
- Loan Amortization Schedule with Variable Interest Rate in Excel
- How to Calculate Interest Rate on a Loan in Excel (2 Criteria)
- Find Interest Rate in Future Value Annuity (2 Examples)
- How to Calculate Monthly Interest Rate in Excel (3 Simple Methods)