FormulaCraft

FV

FV computes how much a series of equal periodic payments, or a lump-sum investment, will be worth at the end of a specified number of periods at a given interest rate. It is essential for retirement planning, savings projections, and evaluating the growth of recurring deposits.

Excel
=FV(0.06/12,120,-200,0,0)
Google Sheets
=FV(0.06/12,120,-200,0,0)

Verified example

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

RateNperPmtPVFutureValue
0.005120-2000
0.00560-5000
0.00417240-1000
0.00512-1000-5000

=FV(0.06/12,120,-200,0,0)32775.8693612916

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

How it works

  1. 1Determine your periodic interest rate (annual rate ÷ periods per year), number of periods, and periodic payment.
  2. 2Type =FV(rate, nper, pmt, [pv], [type]) — use a negative pmt value for money paid out.
  3. 3The result is the future value; format it as currency for readability.

Need a version for your data?

Try: “If I invest $200 per month for 10 years at 6% annual interest, what will I have?

Related

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

Last reviewed: