EXPONDIST(x, lambda, cumulative)
=EXPONDIST(A2,A3,TRUE)
The function can be used to determine the cumulative exponential distribution when given three arguments. For example, this formula returns the cumulative exponential distribution for the given arguments in cells A2 and A3. The third argument is a logical value, indicating whether to calculate a cumulative distribution or not. In this example, TRUE indicates that a cumulative exponential distribution is desired.
=EXPLODIST(0.2,10,FALSE)
The function can also be used to determine the non-cumulative exponential distribution when given three arguments. This example returns 1.35335283 which is the exponential distribution. The third argument is a logical value, indicating whether to calculate a cumulative distribution or not. In this example, FALSE indicates that a non-cumulative exponential distribution is desired.
The EXPONDIST function is a mathematical tool used to calculate the probability of an event occurring based on an exponential distribution.