Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • Vlookup Examples in Excel
  • Convert text string to valid reference in Excel using Indirect function
  • Excel Advanced Lookup using Index and Match Functions
  • Multi-criteria lookup and transpose in Excel
  • How to reference named range different sheet in Excel

Data Analysis Examples

  • Move chart to a separate worksheet in Excel
  • Everything about Charts in Excel
  • Managing Conditional Formatting Rules in Excel
  • Excel Frequency Function Example
  • How to calculate current stock or inventory in Excel

Data Validation Examples

  • Excel Data validation with conditional list
  • Excel Data validation whole percentage only
  • Excel Data validation unique values only
  • How To Create Drop-down List in Excel
  • Excel Data validation no punctuation

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.

Worked Example:   Calculate payment for a loan in Excel

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).
Worked Example:   PMT function: Description, Usage, Syntax, Examples and Explanation

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:

Example of Future value of annuity in Excel

Next Post:

How to calculate present value of annuity in excel

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
  • How to count specific characters in a cell in Excel
  • How to get last word in a cell in Excel
  • Count Number of Words in Excel
  • How to extract multiple lines from a cell in Excel
  • How to get last line in cell in Excel
  • Sum race time splits in Excel
  • TODAY function: Description, Usage, Syntax, Examples and Explanation
  • Add days to date in Excel
  • Convert decimal seconds to Excel time
  • How to get Weekdays, Working days between Two Dates in Excel
  • SYD function: Description, Usage, Syntax, Examples and Explanation
  • CUMIPMT function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate Net Present Value (NPV) in Excel
  • Future value vs. Present value examples in Excel
  • PV function: Description, Usage, Syntax, Examples and Explanation
© 2022 xlsoffice . All Right Reserved. | Teal Smiles