Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • How to create Gauge Chart in Excel
  • How To Create Frequency Distribution in Excel
  • How to count table rows in Excel
  • How to sum a total in multiple Excel tables

References

  • How to get first row number in range in Excel
  • Extract all partial matches in Excel
  • How to get address of first cell in range in Excel
  • How to use Excel COLUMN Function
  • How to get last row in numeric data in Excel

Data Validations

  • Excel Data validation with conditional list
  • Data validation must not exist in list
  • Excel Data validation number multiple 100
  • Excel Data validation only dates between
  • Excel Data validation must contain specific text

Example of Future value of annuity in Excel

by

To get the present value of an annuity, you can use the PV function.

Formula

=FV(rate,periods,payment)

Explanation

In the example shown, the formula in C7 is:

=FV(C5,C6,-C4,0,0)

Explanation

An annuity is a series of equal cash flows, spaced equally in time.  In this example, a $5000 payment is made each year for 25 years, with an interest rate of 7%. To calculate future value, the PV function is configured as follows:

  • rate – the value from cell C5, 7%.
  • nper – the value from cell C6, 25.
  • pmt – the value from cell C4, 100000.
  • pv – 0.
  • type – 0, payment at end of period (regular annuity).

With this information, the future value of the annuity is $316,245.19. Note payment is entered as a negative number, so the result is positive.

Annuity due

An annuity due is a repeating payment made at the beginning of each period, instead of at the end of each period. In Excel’s FV function, set the type argument to 1 for an annuity due:

=FV(C5,C6,-C4,0,1)

With type set to 1, FV returns $338,382.35.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • How to use Excel XOR Function
  • Invoice status with nested if in Excel
  • Complete List of Excel Logical Functions, References and Examples
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • IF function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Convert date to text in Excel
  • How to get Holiday Date from Year in Excel
  • Convert text to date in Excel
  • How to get workdays between dates in Excel
  • How to calculate nth day of year in Excel

Grouping

  • How to randomly assign people to groups in Excel
  • If cell contains one of many things in Excel
  • Calculate conditional mode with criteria in Excel
  • Map inputs to arbitrary values in Excel
  • Group arbitrary text values in Excel

General

  • How to generate random times at specific intervals in Excel
  • How to add sequential row numbers to a set of data in Excel
  • Creating and Opening an existing file in Excel
  • How to get Excel workbook path only
  • How to fill cell ranges with random text values in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning