CRITBINOM function
CRITBINOM(TrialCount, Probability, Alpha) CRITBINOM(TrialCount; Probability; Alpha)
TrialCount
Number or { Number }
The total number of trials.
Probability
Number or { Number }
The probability of success for one trial.
Alpha
Number or { Number }
The threshold probability to be reached or exceeded.
Returns
Number or { Number }
The smallest value for which the cumulative binomial distribution is less than or equal to a criterion value.
This function is a compatibility alias for BINOM.INV. Use BINOM.INV for new projects.