How to Use the CRITBINOM Function in Excel

In Excel and Google Sheets, the CRITBINOM function is designed to compute the smallest value for which the cumulative binomial distribution is less than or equal to a specific probability threshold. It is particularly useful for finding the minimum number of successful outcomes necessary to reach a given cumulative probability in a sequence of Bernoulli trials.

Syntax:

=CRITBINOM(trials, probability_s, probability_cumulative)
  • trials: The total number of Bernoulli trials.
  • probability_s: The probability of success in each trial.
  • probability_cumulative: The target cumulative probability level.

Examples:

Consider a scenario in which we conduct 10 trials, each with a success probability of 0.3. We aim to find the smallest number of successes required to reach or exceed a cumulative probability of 0.9.

Excel Google Sheets
=CRITBINOM(10, 0.3, 0.9)
=CRITBINOM(10, 0.3, 0.9)
Result: 7 Result: 7

This result shows that to attain or exceed a cumulative probability of 0.9 in 10 trials, each with a success rate of 0.3, a minimum of 7 successful outcomes is necessary.

Applications:

The CRITBINOM function can be leveraged in various practical scenarios, including:

  • Determining the minimum number of sales needed to achieve a specified conversion target
  • Calculating the minimum number of correct responses required on a test to achieve a designated pass rate
  • Estimating the least number of successful completions necessary to attain a target success rate in marketing endeavors

More information: https://support.microsoft.com/en-us/office/critbinom-function-eb6b871d-796b-4d21-b69b-e4350d5f407b

Other functions
Returns the beta cumulative distribution function
Returns the inverse of the cumulative distribution function for a specified beta distribution
Returns the individual term binomial distribution probability
Returns the one-tailed probability of the chi-squared distribution
Returns the inverse of the one-tailed probability of the chi-squared distribution
Returns the test for independence
Returns the confidence interval for a population mean
Returns covariance, the average of the products of paired deviations
Returns the exponential distribution
Returns the F probability distribution
Rounds a number down, toward zero
Returns the result of an F-test
Returns the gamma distribution
Returns the inverse of the gamma cumulative distribution
Returns the hypergeometric distribution
Returns the inverse of the lognormal cumulative distribution
Returns the cumulative lognormal distribution
Returns the most common value in a data set
Returns the negative binomial distribution
Returns the inverse of the normal cumulative distribution
Returns the normal cumulative distribution
Returns the standard normal cumulative distribution
Returns the inverse of the standard normal cumulative distribution
Returns the k-th percentile of values in a range
Returns the percentage rank of a value in a data set
Returns the Poisson distribution
Returns the quartile of a data set
Returns the rank of a number in a list of numbers
Estimates standard deviation based on a sample
Calculates standard deviation based on the entire population
Returns the Student's t-distribution
Returns the inverse of the Student's t-distribution
Returns the probability associated with a Student's t-test
Estimates variance based on a sample
Calculates variance based on the entire population
Calculates variance based on the entire population, including numbers, text, and logical values
Returns the one-tailed probability-value of a z-test