Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.
Syntax
n: Number of independent trials. Eg., 15
p: Probability of success. Eg., 0.3
Examples
|
Formula
|
Result
|
|
=CRITBINOM(A2;B2;C2)
|
3
|
|
=CRITBINOM(A3;B3;C3)
|
38
|
|
=CRITBINOM(A4;B4;C4)
|
20
|
Possible Errors
|
Errors
|
Meaning
|
|
#N/A!
|
|
|
#NAME!
|
|
|
#VALUE!
|
|
|
#REF!
|
|
|
#NUM!
|
|
Similar Functions