Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

This article describes the formula syntax and usage of the PDURATION function in Microsoft Excel.

Description

Returns the number of periods required by an investment to reach a specified value.

Syntax

PDURATION(rate, pv, fv)

The PDURATION function syntax has the following arguments.

  • Rate    Required. Rate is the interest rate per period.

  • Pv    Required. Pv is the present value of the investment.

  • Fv    Required. Fv is the desired future value of the investment.

PDURATION uses the following equation, where specifiedValue is equal to fv, and currentValue is equal to pv:

PDURATION equation

Remarks

  • PDURATION requires that all arguments are positive values.

  • If argument values are not valid, PDURATION returns the #NUM! error value.

  • If arguments are not using valid data types, PDURATION returns the #VALUE! error value.

Example

Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

Formula

Description

Result

=PDURATION(2.5%,2000,2200)

The number of years required for an investment of $2,000, earning 2.5% annually, to reach $2,200 (3.86 years).

3.86

=PDURATION(0.025/12,1000,1200)

The number of months required for an investment of $1,000, earning 2.5% annually, to reach $1,200 (87.6 months).

87.6

Top of Page

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×