PDURATION

PDURATION(arg1, arg2, arg3) → { number | string | boolean }

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

Parameters:

Name Type Description
arg1 number

Is the interest rate per period..

arg2 number

Is the present value of the investment.

arg3 number

Is the desired future value of the investment.

Returns:

Type
number | string | boolean