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

Data Analysis

  • Example of COUNTIFS with variable table column in Excel
  • Understanding Anova in Excel
  • Calculate Conditional Percentile ‘IF’ in table in Excel
  • How To Create Pareto Chart in Excel
  • How to count table rows in Excel

References

  • How to get last column number in range in Excel
  • Last row number in range
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • How to use Excel LOOKUP Function
  • How to use Excel VLOOKUP Function

Data Validations

  • Excel Data validation require unique number
  • Excel Data validation with conditional list
  • Excel Data validation whole percentage only
  • Excel Data validation number multiple 100
  • How To Create Drop-down List in Excel

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

  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel XOR Function
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • WEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • Dynamic date list in Excel
  • Convert text timestamp into time in Excel
  • Calculate retirement date in Excel
  • Basic timesheet formula with breaks in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • Map text to numbers in Excel
  • Group numbers at uneven intervals in Excel
  • Group arbitrary text values in Excel
  • Running count group by n size in Excel

General

  • Basic numeric sort formula in Excel
  • With vs Without Array Formula in Excel
  • Find, Trace and Correct Errors in Excel Formulas using ‘Formula Auditing’
  • How to get original number from percent change in Excel
  • How to count total number of cells in a rectangular range in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning