BINOM.INV
Category: Statistical Function.
Description: Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.
Syntax: BINOM.INV(trials, probability_s, alpha)
The BINOM.INV function syntax has the following arguments:
Trials: number of Bernoulli trials.
Probability_s: probability of a success on each trial.
Alpha: the criterion value.