EXPONDIST function

Category: Compatibility
Introduced: Excel 2003

Summary

Returns the exponential distribution

Syntax

EXPONDIST(x,lambda,cumulative) The EXPONDIST function syntax has the following arguments:
• 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. If cumulative is TRUE, EXPONDIST returns the cumulative distribution function; if FALSE, it returns the probability density function.

Example

=EXPON.DIST(A2,A3,TRUE)
=EXPON.DIST(0.2,10,FALSE)

Microsoft Support Page

https://support.microsoft.com/en-us/office/expon-dist-function-4c12ae24-e563-4155-bf3e-8b78b6ae140e

Back to Functions