Excel like a finance pro.
← The libraryPractice · 2 questions →
Compatibility function
POISSON
Returns the Poisson distribution; replaced by POISSON.DIST.
Rarely usedDifficulty 1400 · AdvancedUsage rank #404 of 520
When to use it
The Poisson distribution. Replaced by POISSON.DIST.
The shape of it
- Syntax
=POISSON(x, mean, cumulative)
Worked examples
Cumulative
=POISSON(2,5,TRUE) → 0.124652
Two or fewer events when the mean is 5.
Exactly two
=POISSON(2,5,FALSE) → 0.084224
Exactly two.
Zero events
=POISSON(0,3,FALSE) → 0.049787068
No events when the mean is 3.
Worth knowing
- POISSON.DIST is identical.
- Mean must be per the same interval as the count.
- Non-integer x is truncated.
Where it goes wrong
- #NUM! for negative x or mean.
- Flagged by the Compatibility Checker.
Related
Learn the moves here — or let Wauvel run them on your numbers.
Meet your AI CFO →One CFO-grade Excel tip a week
A short, practical email for finance operators — functions, shortcuts, and the moves that save an afternoon. Free, unsubscribe anytime.