TRUECALC
Functions

BINOMDIST

Binomial CDF/PMF (legacy)

Try it

When to use it

When should I use BINOMDIST?

Use BINOMDIST to compute the binomial PMF or CDF — it is the legacy equivalent of BINOM.DIST, retained for compatibility with older spreadsheets.

Used in

operations · science

Syntax

BINOMDIST(k,n,p,cumulative)

Examples

=BINOMDIST(4,100,0.005,FALSE) // => 0.0015146682842220032

On this page