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
  • Calculate Conditional Percentile ‘IF’ in table in Excel
  • Error Bars in Excel
  • How to Create Area Chart in Excel
  • Excel Line Chart

References

  • How to get last column number in range in Excel
  • How to use Excel ROW Function
  • How to use Excel MMULT Function
  • Find closest match in Excel
  • How to use Excel FORMULATEXT function

Data Validations

  • Excel Data validation with conditional list
  • Excel Data validation specific characters only
  • Excel Data validation unique values only
  • Excel Data validation require unique number
  • Excel Data validation must not contain

Calculate periods for annuity in Excel

by

To calculate the number of periods needed for an annuity to reach a given future value, you can use the NPER function.

Formula

=NPER(rate,pmt,pv,fv,type)

Explanation

In the example shown C9 contains this formula:

=NPER(C6,-C7,-C4,C5,0)

Explanation

An annuity is a series of equal cash flows, spaced equally in time. The goal in this example is to calculate the years required to save 100,000 by making annual payments of $5,000 where the interest rate is 5% and the starting amount is zero. Payments are made annually, at the end of each year. To solve for periods, the NPER function is configured like this:

  • rate – from cell C6, 5%.
  • pmt – from C7, $5,000 (entered as negative value)
  • pv – from cell C4, 0.
  • fv – from cell C5, 100000.
  • type – 0, payment at end of period (regular annuity).

With this information, the NPER function returns 14.20669908 years. Note both payment and present value are entered as negative values, since these are cash outflows.

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

  • IF with boolean logic in Excel
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • Extract multiple matches into separate rows in Excel
  • Return blank if in Excel
  • IF with wildcards in Excel

Date Time

  • DAY function: Description, Usage, Syntax, Examples and Explanation
  • Display Date is workday in Excel
  • Calculate retirement date in Excel
  • Get age from birthday in Excel
  • How to calculate nth day of week in month in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Group numbers at uneven intervals in Excel
  • How to randomly assign data to groups in Excel
  • Running count group by n size in Excel
  • Group arbitrary text values in Excel

General

  • Find Most Frequently Occurring Word in Excel Worksheet
  • How to calculate percent change in Excel
  • How to calculate percent of goal in Excel
  • How to create dynamic named range with INDEX in Excel
  • How to calculate percent sold in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning