CRITBINOM(trials,p,alpha)
CRITBINOM function returns the smallest value for which the cumulative is greater than or equal to a given value. n is the number of trials, p is the probability of success in trials, and alpha is the criterion value.
CRITBINOM(10,0.5,0.75) equals 6.