TRUECALC
Functions

EXPONDIST

Exponential distribution (legacy)

Try it

When to use it

When should I use EXPONDIST?

Use EXPONDIST to compute the exponential distribution PDF or CDF — it is the legacy equivalent of EXPON.DIST, retained for compatibility with older spreadsheets.

Used in

operations · science

Syntax

EXPONDIST(x,lambda,cumulative)

Examples

=EXPONDIST(4,0.5,FALSE) // => 0.06766764161830635
=EXPONDIST(4,0.5,TRUE) // => 0.8646647167633873

On this page