How to use NPER function in Excel?

The NPER function in Excel is used to calculate the number of periods for an investment based on constant, periodic payments and a constant interest rate. It’s particularly useful in financial calculations, like determining how long it will take to pay off a loan or reach a savings goal.

Here’s the syntax for the NPER function:

NPER(rate, pmt, pv, [fv], [type])

Parameters:

  • rate: This is the interest rate for each period. If you have an annual interest rate, but you’re making monthly payments, you need to divide the annual rate by 12 to get the monthly rate.
  • pmt: This is the payment made each period. It must remain constant over the life of the annuity. The payment should include principal and interest but no other fees or taxes.
  • pv: This stands for present value and represents the total amount that a series of future payments is worth now. For a loan, this is typically the loan amount.
  • fv (optional): This is the future value, or a cash balance you want to attain after the last payment is made. If omitted, it assumes a value of 0, meaning the future value of the loan is paid off entirely.
  • type (optional): This indicates when payments are due. Use 0 if payments are due at the end of the period (the default), or 1 if payments are due at the beginning of the period.

Example:

Imagine you want to determine how long it will take to repay a $10,000 loan with an annual interest rate of 5% if you are making monthly payments of $200. You can use the NPER function to calculate this:

=NPER(5%/12, -200, 10000)
  • rate: 5% annual interest expressed as a monthly interest rate is `5%/12`.
  • pmt: Since you are paying $200, enter `-200` (payments are typically entered as negative values to represent cash outflow).
  • pv: The present value (loan amount) is $10,000.

This formula will return the number of months required to pay off the loan.

Additional Notes:

  • Make sure that the units for the rate and the number of periods match. If you’re working with monthly periods, the rate should be the monthly interest rate.
  • The NPER function returns a value in periods, so depending on your rate, this could mean months, years, or another time unit.
  • In financial functions, outgoing payments (like deposits to savings or payments on a loan) are usually expressed as negative numbers, while incoming cash (like dividends from investments) is positive.

By using these guidelines, you can effectively calculate the number of periods required for financial scenarios in Excel with the NPER function.

Unlock Your Potential

Excel

Basic - Advanced

Access

Access Basic - Advanced

Power BI

Power BI Basic - Advanced

Help us grow the project