bas7qck.hlp (Table of Contents; Topic list)
FV# Function
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
FV# (rate#, nper#, pmt#, pv#, type%, status%)
 
    ■ rate#      The interest rate per period (for example, .12).
    ■ nper#      The number of payment periods in the annuity.
    ■ pmt#       The payment to be made each period.
    ■ pv#        The present value.
    ■ type%      An integer expression: 0 = end-of-period payment;
                                        1 = beginning-of-period payment.
    ■ status%    A variable that returns a value indicating calculation
                 failure or success: 0 = success; 1 = failure.
 
Returns
    The future value of an annuity based on periodic, constant payments
    and a constant interest rate.
 
See Also    IPmt#    NPer#    Pmt#    PPmt#    PV#    Rate#