Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Filter Data Based on Date in Excel
  • How To Perform and Interpret Regression Analysis in Excel
  • How to Create Thermometer Chart in Excel
  • Chart Axes in Excel
  • Create Scatter Chart in Excel

References

  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • How to get first row number in range in Excel
  • Count rows with at least n matching values
  • How to get last row in mixed data with blanks in Excel
  • How to use Excel MMULT Function

Data Validations

  • Excel Data validation must contain specific text
  • Excel Data validation specific characters only
  • Excel Data validation no punctuation
  • Excel Data validation allow weekday only
  • Excel Data validation must begin with

How to calculate compound interest in Excel

by

To calculate compound interest in Excel, you can use the FV function.

Case study: This example assumes that $1000 is invested for 10 years at an annual interest rate of 5%, compounded monthly.

Formula

=FV(rate,nper,pmt,pv)

Explanation

In the example shown, the formula in C10 is:

=FV(C6/C8,C7*C8,0,-C5)

How this formula works

The FV function can calculate compound interest and return the future value of an investment. To configure the function, we need to provide a rate, the number of periods, the periodic payment, the present value.

To get the rate (which is the period rate) we use the annual rate / periods, or C6/C8.

To get the number of periods (nper) we use term * periods, or C7 * C8.

There is no periodic payment, so we use zero.

By convention, the present value (pv) is input as a negative value, since the $1000  “leaves your wallet” and goes to the bank during the term.

The solution goes like this this:

=FV(C6/C8,C7*C8,0,-C5)
=FV(0.05/12,10*12,0,-1000)
=FV(0.00417,120,0,-1000)
=1647

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF with boolean logic in Excel
  • Return blank if in Excel
  • How to use Excel OR Function
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel TRUE Function

Date Time

  • How to get same date next year or previous year in Excel
  • WEEKDAY function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate future date say 6 months ahead in Excel
  • Get day from date in Excel
  • How to calculate Quarter of Date in Excel

Grouping

  • How to randomly assign data to groups in Excel
  • Group times into unequal buckets in Excel
  • Running count group by n size in Excel
  • If cell contains one of many things in Excel
  • Map text to numbers in Excel

General

  • Count cells that contain errors in Excel
  • How to increase by percentage in Excel
  • How to get original price from percentage discount in Excel
  • Create dynamic workbook reference to another workbook in Excel
  • Excel Autofill Cell Ranges, Copy, Paste
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning