BINOMDIST function

BINOMDIST(SuccessCount, TrialCount, Probability, IsCumulative) BINOMDIST(SuccessCount; TrialCount; Probability; IsCumulative)

SuccessCount

Number or { Number }

The number of successes in a set of trials.

TrialCount

Number or { Number }

The number of trials.

Probability

Number or { Number }

The probability of success in each trial.

IsCumulative

Logical or { Logical }

FALSE to calculate the probability mass function and TRUE to calculate the cumulative probability function.

Returns

Number or { Number }

A probability for a binomial distribution.

This function is a compatibility alias for BINOM.DIST. Use BINOM.DIST for new projects.