Calculate your Monthly Investment with Excel’s FV Formula (2024)

Excel Investment Calculator can calculate compound interest and provide the future value of an investment. It is a powerful tool used to determine the outcome of your investments.

You can determine how much your money will grow using Excel Investment Calculator.

Table of Contents

Watch our free training video on how to Calculate your Monthly Investment with Excel’s FV Formula

In this tutorial, you will learn:

Table of Contents

  • What is Compound Interest?
  • Calculation using Mathematical Formula
  • Calculation using Excel’s FV Formula
  • Conclusion

What is Compound Interest?

Compound interest is often referred to as “interest on interest” i.e. you earn interest on both:

  • Initial investment; and
  • Previous period’s interest earned

As opposed to simple interest, it is assumed that the interest earned is reinvested and in the future periods, you will be earning interest on both principal and reinvested interest (not just on principal amount). The longer you save, the more interest you will earn.

For example, you deposit $100 for 2 years at a compound interest of 10%. In the first year, you will earn $100*0.10 i.e. $10 and in the second year, you will earn $100*0.10 + $10*0.10 i.e. 11. So, you will earn a total of $21 in interest rather than $20 as in the case of simple interest.

See also Free Microsoft Excel Online Course - 20+ Hours Beginner to Advanced Course

Using Excel Investment Calculator, you can easily calculate different attributes of compound interest. Let’s see how it can be done!

Calculation using Mathematical Formula

To calculate the future value of your investment, you need to know three factors:

  • PV – Present Value of Investment
  • i – Annual interest rate
  • n – Compounding frequency
  • t – no of periods

Using these three factors, you can find out the future value of your investment with a certain compounded interest rate.

= PV * (1 + i/n)nt

Let’s take an example to understand how this formula works in Excel.

Suppose you invest $4000 for a period of 8 years at a monthly compound interest of 5% and you want to know the value of the investment after 8 years.

STEP 1: The Present Value of investment is provided in cell B3.

STEP 2: The annual interest rate is in cell B4 and the interest is compounded monthly so the interest will be divided by the compounding frequency 12 (in cell B6).

STEP 3: Since compounding is done monthly, we need to multiple the no of years (cell B6) with compounding frequency (cell B5).

Once, you have provided Excel Investment Calculator with all the necessary inputs it will calculate the FV of the investment for you which is $5,962 in this case.

See also Add Comma in Excel between Names with SUBSTITUTE Formula

This is how your Monthly Investment Calculator Excel will look like:

If you need to calculate the future value of an interest when compounding frequency is quarterly, you can simply change the value in cell B6 to 4.

Calculation using Excel’s FV Formula

Computing the compound interest of an initial investment is easy for a fixed number of years. But let’s add an additional challenge.

What if you are also putting in monthly contributions to your investment? Now that’s a lot more challenging to compute now!

How much would be available for you at the end of your investment?

Thankfully there is an easy way to calculate this with Excel Investment Calculator – The FV formula! FVstands forFuture Value.

Formula breakdown:

=FV(rate, nper, pmt, [pv],[type])

What it means:

=FV(interest rate, number of periods, periodic payment, initial amount)

  • rate– Interest rate per period
  • nper – Total no of compounding periods
  • pmt – Annuity amount per period. If this is omitted, make sure you provide Excel with a PV.
  • [pv] – Present value of the investment. This is an optional argument.
  • [type] – It is should be 0 if the annuity is received at the end of the compounding period and 1 if it received at the beginning of the compounding period. This is an optional argument and by default, its value is set to 0.

In our example below, we have the table of values that we need to get the compound interest or Future Value from using Excel Investment Calculator:

See also MIN Formula in Excel

There are two important concepts we need to use since we are using monthly contributions:

  • Since our interest rate is the annual rate, we will have to divide it by 12 to make it monthly
  • We will need to convert our number of years into a number of months by multiplying it by 12

I explain how you can do this below:

Calculate your Monthly Investment with Excel’s FV Formula (8)

DOWNLOAD EXCEL WORKBOOK

STEP 1: We need to enter the FVfunction in a blank cell:

=FV(

STEP 2:The FVarguments:

rate

What is the rate of interest?

Select the cell containing the interest rate and divide it by 12 to get the monthly interest rate (make sure that this is in a percentage):

=FV(B9/12,

nper

How many periods?

Select the cell containing the number of years and multiply it by 12 to get the number of months:

=FV(B9/12,C9*12,

pmt

What is the periodic payment?

Select the cell that contains your monthly contribution (this is your periodic payment):

=FV(B9/12, C9*12,D9,

pv

What is the initial amount?

PV stands for present value, the initial amount. Multiply the entire result by -1.

=FV(B9/12, C9*12, D9,A9) * -1

Apply the same formula to the rest of the cells by dragging the lower right corner downwards.

See also Excel Subtotal Function - Avoid Double Counting

You now have all of the compound interest results in the investment calculator Excel!

Conclusion

In this article, you have understood the concept of compounding i.e. reinvesting the interest earned on investments. Using Excel Investment Calculator, you can compute the future value of your investment by either using the mathematical formula or the FV formula.

Further Learning:

  • A Comprehensive Guide to Descriptive Statistics in Excel
  • 2 Useful Methods for Calculating CAGR in Excel

Make sure to download our FREE PDF on the 333 Excel keyboard Shortcuts here:

Calculate your Monthly Investment with Excel’s FV Formula (15)

You can learn more about how to use Excel by viewing our FREE Excel webinar training on Formulas, Pivot Tables, and !

Post Views: 56,859

Calculate your Monthly Investment with Excel’s FV Formula (16)

Bryan

Bryan is a best-selling book author of the 101 Excel Series paperback books.

Calculate your Monthly Investment with Excel’s FV Formula (2024)

FAQs

How to calculate future value of monthly payments in Excel? ›

=PV(1.5%/12,3*12,-175,8500)
  1. The rate argument is 1.5%/12.
  2. The NPER argument is 3*12 (or twelve monthly payments for three years).
  3. The PMT is -175 (you would pay $175 per month).
  4. The FV (future value) is 8500.

What is the formula for FV in Excel? ›

Example 2
DataDescription
12Number of payments
-1000Amount of the payment
FormulaDescription
=FV(A2/12, A3, A4)Future value of an investment using the terms in A2:A4.
1 more row

How to calculate monthly return on investment in Excel? ›

Calculating ROI is simple, both on paper and in Excel. In Excel, you enter how much the investment made or lost and its initial cost in separate cells, then, in another cell, ask Excel to divide the two figures (=cellname/cellname) and give you a percentage.

What is the formula for monthly investment? ›

The formula of monthly compound interest is: CI = P(1 + (r/12) )12t - P where, P is the principal amount, r is the interest rate in decimal form, and t is the time.

What is the formula for the monthly investment calculator? ›

You can understand the workings of a SIP calculator with this formula. FV = P [ (1+i)^n-1 ] * (1+i)/iFV = Future value or the amount you get at maturity. Take an example where you invest Rs 2,000 per month for a tenure of 24 months. You expect a 12% annual rate of return (r).

How to calculate future value with monthly payments? ›

FV of an annuity, if the payments are made at the end of the period (i.e., end of the month or year) is calculated as FV = PMT x [(1+r)n - 1)]/r, where FV = future value of an annuity stream, PMT = dollar amount of each annuity payment, r = the discount (interest) rate, and n = number of periods in which payments will ...

How to calculate mean in Excel? ›

Returns the average (arithmetic mean) of the arguments. For example, if the range A1:A20 contains numbers, the formula =AVERAGE(A1:A20) returns the average of those numbers.

What is the formula for calculating return on investment? ›

You may calculate the return on investment using the formula: ROI = Net Profit / Cost of the investment * 100 If you are an investor, the ROI shows you the profitability of your investments. If you invest your money in mutual funds, the return on investment shows you the gain from your mutual fund schemes.

How do you calculate present value of future monthly payments? ›

The present value formula is PV=FV/(1+i)n, where you divide the future value FV by a factor of 1 + i for each period between present and future dates. Input these numbers in the present value calculator for the PV calculation: The future value sum FV. Number of time periods (years) t, which is n in the formula.

How do you calculate future value monthly? ›

The future value formula FV = PV*(1+i)^n states that future value is equal to the present value multiplied by the sum of 1 plus interest rate per period raised to the number of time periods.

What is the formula for future value per month? ›

The future value formula is FV = PV× (1 + i) n. It answers questions like, How much will $X invested today at some interest rate and compounding period be worth at time Y?

Top Articles
Latest Posts
Article information

Author: Edwin Metz

Last Updated:

Views: 6074

Rating: 4.8 / 5 (58 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Edwin Metz

Birthday: 1997-04-16

Address: 51593 Leanne Light, Kuphalmouth, DE 50012-5183

Phone: +639107620957

Job: Corporate Banking Technician

Hobby: Reading, scrapbook, role-playing games, Fishing, Fishing, Scuba diving, Beekeeping

Introduction: My name is Edwin Metz, I am a fair, energetic, helpful, brave, outstanding, nice, helpful person who loves writing and wants to share my knowledge and understanding with you.