Syntax
| Parameter | Description |
|---|---|
| successes | Parameter of the BINOMDIST function. |
| trials | Parameter of the BINOMDIST function. |
| prob | Parameter of the BINOMDIST function. |
| cumulative | Parameter of the BINOMDIST function. |
Examples
Probability of 3 sales from 10 calls
=BINOMDIST(3, 10, 0.2, FALSE)
4 or fewer rainy days in 14
=BINOMDIST(4, 14, 0.3, TRUE)
All 5 servers staying up
=BINOMDIST(5, 5, 0.99, FALSE)
Common Errors
Successes must be between 0 and trials, and probability must be between 0 and 1.
Occurs when arguments are non-numeric.
Tips
BINOMDIST is the compatibility function maintained for older spreadsheets. Use BINOM.DIST in new work.
P(at least k) = 1 - BINOMDIST(k-1, n, p, TRUE). For example, the probability of at least 3 successes is 1 minus the CDF at 2.
When n is large and p is small, the Poisson distribution with mean=n*p is a good approximation, and may be easier to work with.
Try BINOMDIST in Viztab
Import your data and use BINOMDIST with 370+ other formulas. No signup required.
Open Viztab