How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (2024)

Get FREE Advanced Excel Exercises with Solutions!

Calculating Simple Interest and Compound Interest is a common occurrence in our day-to-day lives but on the other hand, it can give us a hard time if we don’t know how to calculate this. Microsoft Excel is a powerful software that allows us to quickly and simply calculate Simple Interest as well as Compound Interest.

Table of Contents Expand

What Is Simple Interest?

Simple Interest doesn’t compound. In other words, Simple Interest is the interest calculated on the principal portion of a loan or the original contribution to a savings account. In addition, the account holder will gain interest only against the first deposit and the borrower will pay interest only on the initially borrowed amount.

Arithmetic Formula to Calculate Simple Interest

We will use a very straightforward formula to find Simple Interests. It is given below.

I = p*r*t

Here,

I = Simple Interest

p= Principal Amount

r = Rate of Interest

t = Time elapsed

How to Calculate Simple Interest and Compound Interest in Excel: 2 Ways

In this section, we are going to learn how to calculate simple interest in 2 simple and easy-to-use methods. Consequently, you will be able to calculate the Simple Interest without any problems.

In the following dataset, we have a Principal Amount (p) that is deposited in the bank for 5 years. The bank will provide 3% Simple Interest each year. Our goal is to find these simple interests for each year.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (1)

1. Using Arithmetic Formula

We are going to compute the Simple Interest by using the Simple Interest Formula.

Steps:

  • First, to calculate Simple Interest for Year 1, we can use the following formula in cell E5.

=C5*B5*D5

Here, cell E5 refers to the cell of Simple Interest, cell C5 denotes the cell of Principal, cell B5 represents the cell of Time in years and cell D5 denotes the Rate of Interest.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (2)

Afterward, drag the Fill Handle up to cell E9 and you will get Simple Interest for the remaining years.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (3)

2. Utilizing the FV Function to Calculate Simple Interest in Excel

Here, we are going to use the FV function (Future Value function) of Excel. To operate this function must require 3 information and 2 optional information. These are:

  • rate = rate of compounding interest
  • nper = total number of payment periods
  • pmt = amount of payment in each period
  • pv = present value
  • type = This indicates when payments are due. Use 0 for defining the end of the period and 1 for the beginning of the period.

In the case of Simple Interest, there is no Compounding Interest Rate. Hence, the rate in the FV function will be 0.

Now, let’s calculate the Simple Interest using the FV function.

Steps:

  • Firstly, to compute SImple Interest for Year 1, we can use the following formula in cell E5.

=-FV(0,B5,(C5*D5),C5)

Here, cell E5 refers to the cell of Total FV.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (4)

  • Afterward, subtract the Principal (p) from the Total FV, and we will get the Interest (I). We can use the formula in cell F5 to calculate our Simple Interest.

=E5-C5

Here, cell F5 represents the cell of Interest.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (5)

  • Next, select cell E5 and cell F5 together. Then drag the Fill Handle down, up to the end of the data.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (6)

Afterward, you will get the Simple Interests for all 5 Years.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (7)

Read More: How to Calculate Simple Interest Loan Payments in Excel

What Is Compound Interest?

Simply put, Compound Interest is when you earn interest on your interest. When you put money into a savings account that earns Compound Interest, you will get interest on both the money you put in and the interest that builds up over time.

Arithmetic Formula to Calculate Compound Interest

We will use the following formula to calculate Compound Interest.

CI = p(1+r/n)^nt

Here,

CI = Compound Interest

p = Principal Amount

r = Rate of Compound Interest

n = Number of compoundings per unit time

t = Time

2 Methods to Calculate Compound Interest in Excel

Now, we are going to learn about 2 easy and effective methods for computing Compound Interest in Excel.

In the following data set, we have a Principal Amount (p) deposited in a bank with a 5% Compounding Interest Rate. In the data set, we have 5 types of compoundings. They are-

Compounding TypeNumber of Compounding Per Year (n)Explanation
Yearly1Once a year
Half – Yearly2Once every 6 months ( 2 times a year)
Quarterly4Once every 3 months ( 4 times a year)
Monthly12Once every month ( 12 times a year
Daily365Once every day ( 365 times a year)

Our aim is to calculate the Compound Interests for these different types of compounding.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (8)

1. Using Arithmetic Formula

Here, we are going to use the Arithmetic Formula to calculate the Compound Interest in Excel. Let’s proceed step by step.

Steps:

  • First, to compute the Final Amount (A), we can use the following formula in cell G5.

=C5*(1+(D5/F5))^(F5*B5)

Here, cell F5 denotes the cell of Number pf Compounding Per Year,and cell G5 represents the cell of Final Amount.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (9)

  • Next, to get the Compound Interest (CI) we need to subtract the Principal from the Final Amount. Therefore, to obtain Compounding Interest for Yearly Compounding, we can use the below-given formula in cell H5.

=G5-C5

Here, cell H5 refers to the cell of Compound Interest.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (10)

  • After that, select cell G5 and cell H5 together. Then drag the Fill Handle down or just double-click it.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (11)

Eventually, you will have Compounding Interests in all types of compounding.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (12)

2. Applying FV Function to Calculate Compound Interest in Excel

Now, we are going to use the FV function of Excel again to calculate our Compound Interest in Excel.

Steps:

  • Firstly, to calculate the Final Amount for the yearly compounding, we can use the following formula in cell G5.

=FV(D5/F5,B5*F5,0,-C5)

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (13)

  • Afterward, to find the Compound Interest (CI), we need to subtract the Principal (P) from the Final Amount (FV). We can use this formula in cell H5.

=G5-C5

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (14)

  • Next, choose both cell G5 and cell H5 at the same time. Then either double-click the Fill Handle or drag it down.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (15)

Afterward, you will now have the Compounding Interests for all types of compoundings.

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (16)

Things to Remember

  • While using the FV function to Calculate Simple Interest, make sure you put a negative sign before it. Because in this function Excel by default thinks it is a cash outflow.
  • For the same reason put a negative sign before the Present Value, while computing Compounding Interest Using theFV function.

Download Practice Workbook

Calculate Simple Interest and Compound Interest.xlsx

Conclusion

Finally, we have come to the end of our article. Thank you for taking the time to read this article. I really hope that this article has provided you with the answers you were looking for when it comes to the calculation of simple and Compound Interest rates. Please feel free to ask any further questions in the comments section below.

Happy learning!

Related Articles

  • Convert Compound Interest to Simple Interest in Excel
  • How to Calculate Simple Interest on Reducing Balance in Excel

<< Go Back to Simple Interest Formula in Excel |Excel for Finance | Learn Excel

How to Calculate Simple Interest and Compound Interest in Excel (2 Ways) (2024)

FAQs

How to calculate simple and compound interest in Excel? ›

How to Calculate Simple Interest in Excel? To calculate simple interest in Excel, use the formula =P*r*t , where P is the principal amount, r is the interest rate, and t is the term. This formula differs from the compound interest formula as it only uses the principal amount.

What are the two formulas for calculating compound and simple interest? ›

Interest Formulas for SI and CI
Formulas for Interests (Simple and Compound)
SI FormulaS.I. = Principal × Rate × Time
CI FormulaC.I. = Principal (1 + Rate)Time − Principal

Are there 2 formulas for compound interest? ›

The compound interest is found using the formula: CI = P( 1 + r/n)nt - P. In this formula, P( 1 + r/n)nt represents the compounded amount. the initial investment P should be subtracted from the compounded amount to get the compound interest.

Are there 2 formulas for simple interest? ›

Important Notes on Simple Interest:

If the rate of interest as a percentage is used then the SI formula is (PRT)/100. But if the rate of interest is used as a decimal (i.e., if we have already divided the rate by 100) then the SI formula is just PRT.

How do you calculate simple and compound interest? ›

Simple interest is calculated by multiplying the loan principal by the interest rate and then by the term of a loan. Compound interest multiplies savings or debt at an accelerated rate. Compound interest is interest calculated on both the initial principal and all of the previously accumulated interest.

What are the 2 steps to find compound interest? ›

How Compound Interest Works. Compound interest is calculated by multiplying the initial principal amount by one plus the annual interest rate raised to the number of compound periods minus one. The total initial principal or amount of the loan is then subtracted from the resulting value.

What is the formula 2 for compound interest? ›

Interest Compounded for Different Years
Time (in years)AmountInterest
2P ( 1 + R 100 ) 2P ( 1 + R 100 ) 2 − P
3P ( 1 + R 100 ) 3P ( 1 + R 100 ) 3 − P
4P ( 1 + R 100 ) 4P ( 1 + R 100 ) 4 − P
nP ( 1 + R 100 ) nP ( 1 + R 100 ) n − P
1 more row

What is the secret formula for compound interest? ›

The formula we use to find compound interest is A = P(1 + r/n)^nt. In this formula, A stands for the total amount that accumulates. P is the original principal; that's the money we start with. The r is the interest rate.

What is the formula for calculating compound interest? ›

The basic compound interest formula A = P(1 + r/n)nt can be used to find any of the other variables.

What are the two kinds of interest simple and compound? ›

Unlike simple interest, which only earns on the principal amount invested, compound interest earns both on the principal and on the accumulated interest of previous periods. As a result, investors who take advantage of compound interest can see their money grow faster compared to those who don't.

What is the formula for p * t * r 100? ›

The formula for Simple Interest is PTR/100, whereP = PrincipalT = Time period in yearsR = Rate of interest per annum.

How to calculate CI in Excel? ›

How to Calculate Confidence Intervals in Excel: An Example
  1. Step 1: Calculate Sample Mean. In a new cell, let's say F6, use the AVERAGE function to calculate the sample mean. ...
  2. Step 2: Calculate the standard deviation. ...
  3. Step 3: Calculating the margin of error. ...
  4. Step 4: Determine the confidence interval.

How do you calculate interest rate in Excel? ›

The formula for this function is:=CUMIPMT(rate,nper,pv,start_period,end_period,type)Here are what each variable in the formula represents: Rate: The rate is your interest rate for each pay period. If you want to calculate an annual rate, you can divine this number by 12 to represent annual interest.

How to calculate simple interest and amount by using the formula? ›

Simple interest is calculated with the following formula: S.I. = (P × R × T)/100, where P = Principal, R = Rate of Interest in % per annum, and T = Time, usually calculated as the number of years.

Top Articles
Ranking Giełd Kryptowalut ⭐ Gdzie Kupować Kryptowaluty we wrześniu 2024 roku?
Multiple Trading Accounts in Forex — Is There Any Point?
English Bulldog Puppies For Sale Under 1000 In Florida
Katie Pavlich Bikini Photos
Gamevault Agent
Pieology Nutrition Calculator Mobile
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Compare the Samsung Galaxy S24 - 256GB - Cobalt Violet vs Apple iPhone 16 Pro - 128GB - Desert Titanium | AT&T
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Craigslist Dog Kennels For Sale
Things To Do In Atlanta Tomorrow Night
Non Sequitur
Crossword Nexus Solver
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Shasta County Most Wanted 2022
Energy Healing Conference Utah
Aaa Saugus Ma Appointment
Geometry Review Quiz 5 Answer Key
Hobby Stores Near Me Now
Icivics The Electoral Process Answer Key
Allybearloves
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
Marquette Gas Prices
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Vera Bradley Factory Outlet Sunbury Products
Pixel Combat Unblocked
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Mia Malkova Bio, Net Worth, Age & More - Magzica
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Where Can I Cash A Huntington National Bank Check
Topos De Bolos Engraçados
Sand Castle Parents Guide
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Holzer Athena Portal
Hello – Cornerstone Chapel
Stoughton Commuter Rail Schedule
Selly Medaline
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 6755

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.