FormulaCraft

How to calculate simple interest in Excel and Google Sheets

Topic:Finance basics
Excel & Google Sheets
=A2*B2*C2

Verified example

Computed by a real spreadsheet engine on the sample data below.

PrincipalRateYearsInterest
10000.053
50000.082
25000.061
100000.045

=A2*B2*C2150

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Set up your spreadsheet with three columns: Principal (A), Annual Rate as a decimal (B), and Time in years (C).
  2. 2In the Interest column, enter =A2*B2*C2. This implements the Simple Interest formula: I = P × r × t.
  3. 3Format the result as Currency. To also calculate the total repayment, add a column with =A2+(A2*B2*C2) for Principal + Interest.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

How is simple interest different from compound interest?

Simple interest is calculated only on the original principal. Compound interest is calculated on the principal plus accumulated interest each period.

What if my time period is in months?

Divide the months by 12 in your formula: =A2*B2*(C2/12), where C2 holds the number of months.

More on Finance basics

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: