Skip to Content

POISSON.DIST

Returns the Poisson distribution

Syntax

POISSON.DIST(x, mean, cumulative)

Parameters

  • x: Required. The number of events
  • mean: Required. The expected numeric value
  • cumulative: Required. TRUE for cumulative, FALSE for probability mass

Example

=POISSON.DIST(2, 5, TRUE)
Returns: NumberSince: Excel 2010