EXPONDIST
Returns the exponential distribution. Replaced by EXPON.DIST.
Syntax
EXPONDIST(x, lambda, cumulative)
Parameters
- x: Required. The value of the function
- lambda: Required. The parameter value
- cumulative: Required. A logical value that indicates which form of the exponential function to provide
Example
=EXPONDIST(0.2, 10, TRUE)