New: ready-to-use spreadsheet templatesExplore the collection  →
FINANCE & ACCOUNTING · GOOGLE SHEETS

FV
calculate the future value of an investment.

Use FV to project the future value of monthly savings. This guide shows the exact structure, a working example and the mistakes most likely to break it.

JosephineVerified by JosephineReviewed July 25, 2026
THE FORMULA=FV(rate, number_of_periods, payment_amount, [present_value], [end_or_beginning])
A

ratereturn per period

B

number_of_periodsperiods invested

C

payment_amountrecurring contribution

D

present_valuestarting balance

TRY IT YOURSELF

Change the sheet.
Watch the answer update.

Edit any highlighted cell below. The example recalculates immediately.

LIVE PLAYGROUND=FV(B2/12,B3*12,-B4,-B5)
fx=FV(B2/12,B3*12,-B4,-B5)
A · INPUTB · VALUE
2
3
4
5
RESULT$31,634.86Updates live

Try changing a value above. This example runs entirely in your browser.

IN PLAIN ENGLISH

How the formula
thinks.

  1. 01

    ratereturn per period

  2. 02

    number_of_periodsperiods invested

  3. 03

    payment_amountrecurring contribution

  4. 04

    present_valuestarting balance

COMMON FIXES

When FV
doesn’t behave.

WRONG RESULT

Wrong result

Check that every range starts and ends on the same rows, and that numbers are stored as numbers.

FORMULA PARSE ERROR

Formula parse error

Check commas, quotation marks and closing parentheses. Your locale may use semicolons instead of commas.

UNEXPECTED BLANKS

Unexpected blanks

Test the source cells for hidden spaces, empty strings and inconsistent data types.

fxNeed help with FV?Fix my formula →