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

Data Analysis

  • Excel Line Chart
  • How to add Trendline to a chart in Excel
  • Excel Pie Chart
  • How to combine 2 or more chart types in a single chart in Excel
  • Number and Text Filters Examples in Excel

References

  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel ROWS Function
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • How to reference named range different sheet in Excel
  • How to use Excel MATCH Function

Data Validations

  • Excel Data validation must contain specific text
  • Excel Data validation don’t exceed total
  • Excel Data validation only dates between
  • Excel Data validation exists in list
  • Excel Data validation whole percentage only

Example of payment for annuity in Excel

by

This tutorial shows how to solve for an annuity payment in Excel. An annuity is a series of equal cash flows, spaced equally in time.

Case study:  Using the PMT function, the goal in this example is to have 100,000 at the end of 10 years, with an interest rate of 5%. Payments are made annually, at the end of each year.

Formula

=PMT(rate,nper,pv,fv,type)

Explanation

In the example shown C9 contains this formula:

=PMT(C6,C7,C4,C5,0)

Explanation

To solve for the payment required, the PMT function is configured like this:

  • nper – from cell C7, 25.
  • pv – from cell C4, 0.
  • rate – from cell C6, 5%.
  • fv – from cell C5, 100000.
  • type – 0, payment at end of period (regular annuity).

With this information, the PMT function returns -$7,950.46. The value is negative because it represents a cash outflow.

Annuity due

With an annuity due, payments are made at the beginning of the period, instead of the end. To calculate the payment for an annuity due, use 1 for the type argument. In the example shown, the formula in C11 is:

=PMT(C6,C7,C4,C5,1)

which returns -$7,571.86 as the payment amount. Notice the only difference in this formula is type = 1.

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

  • OR function: Description, Usage, Syntax, Examples and Explanation
  • OR function Examples in Excel
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • Complete List of Excel Logical Functions, References and Examples
  • How to return blank in place of #DIV/0! error in Excel

Date Time

  • Get date from day number in Excel
  • Generate series of dates by weekends in Excel
  • Basic timesheet formula with breaks in Excel
  • How to calculate months between dates in Excel
  • Convert date to Julian format in Excel

Grouping

  • How to randomly assign people to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Running count group by n size in Excel
  • Group times into 3 hour buckets in Excel
  • If cell contains one of many things in Excel

General

  • Check if multiple cells have same value with case sensitive in Excel
  • Using Existing Templates in Excel
  • How to get original number from percent change in Excel
  • Freeze and Unfreeze Panes in Excel
  • How to fill cell ranges with random text values in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning