Search
FV
  ABS
  ACOS
  ACOSH
  ADDRESS
  AND
  ARABIC
  ASIN
  ASINH
  ATAN
  ATAN2
  ATANH
  AVERAGE
  BASE
  BIN2DEC
  BIN2HEX
  BIN2OCT
  BITAND
  BITOR
  BITXOR
  CEILING
  CHAR
  CHOOSE
  CODE
  COLUMN
  COLUMNS
  COMBIN
  COS
  COSH
  COUNT
  COUNTA
  COUNTIF
  DATE
  DATEDIF
  DAY
  DAYS
  DAYS360
  DB
  DCOUNT
  DCOUNTA
  DDB
  DEC2BIN
  DEC2HEX
  DEC2OCT
  DECIMAL
  DEGREES
  DELTA
  DGET
  DMAX
  DMIN
  DSTDEV
  DSTDEVP
  DSUM
  DVAR
  DVARP
  EDATE
  EOMONTH
  EVEN
  EXACT
  EXP
  FACT
  FALSE
  FIND
  FLOOR
  FORMULA
  FV
  GCD
  GESTEP
  HEX2BIN
  HEX2DEC
  HEX2OCT
  HLOOKUP
  HOUR
  IF
  IFERROR
  IFNA
  INDEX
  INT
  IRR
  ISBLANK
  ISERR
  ISERROR
  ISEVEN
  ISNA
  ISODD
  ISREF
  ISTEXT
  LCM
  LEFT
  LEN
  LN
  LOG
  LOG10
  LOOKUP
  LOWER
  MATCH
  MAX
  MAXA
  MEDIAN
  MID
  MIN
  MINA
  MINUTE
  MMULT
  MOD
  MONTH
  MROUND
  MUNIT
  N
  NA
  NOT
  NOW
  NPER
  NPV
  OCT2BIN
  OCT2DEC
  OCT2HEX
  ODD
  OFFSET
  OR
  PERMUT
  PI
  PMT
  POWER
  PRODUCT
  PROPER
  PV
  RADIANS
  RAND
  RATE
  REPLACE
  REPT
  RIGHT
  ROMAN
  ROUND
  ROUNDUP
  ROW
  ROWS
  SEARCH
  SECOND
  SHEET
  SHEETS
  SIGN
  SIN
  SINH
  SLN
  SQRT
  SQRTPI
  STDEV
  STDEVP
  SUM
  SUMIF
  SUMSQ
  SYD
  T
  TAN
  TANH
  TEXT
  TIME
  TODAY
  TRIM
  TRUE
  TRUNC
  TYPE
  UPPER
  VALUE
  VAR
  VARP
  VLOOKUP
  WEEKDAY
  WEEKNUM
  WORKDAY
  YEAR

Returns a value specifying the future value of an annuity based on the specified periodic, fixed payments and fixed interest rate.

Syntax  Copy Code

FV( Number rate, Number nper, Number payment, [Number pv = 0], [Number type = 0] )  Currency

Parameters

rate
Required. A value specifying the interest rate per period.
nper
Required. A value specifying the total number of payment periods in the annuity.
payment
Required. A value specifying the payment to be made each period.
pv
Optional. A value specifying the present value of a series of future payments. If omitted, pv is assumed to be 0.
type
Optional. A value specifying when the payments are due. If omitted, type is assumed to be 0.

Remarks

An annuity is a series of fixed cash payments made over a period of time. An annuity can be a loan (such as a home mortgage) or an investment (such as a monthly savings plan).

The rate and nper arguments must be calculated using payment periods expressed in the same units. For example, if rate is calculated using months, nper must also be calculated using months.

For all arguments, cash paid out (such as deposits to savings) is represented by negative numbers; cash received (such as dividend checks) is represented by positive numbers.

See Also

Function Reference
PV Function
NPER Function
PMT Function
RATE Function