logo
excelfunctions.org
bookmarks

CRITBINOM

Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value.

CompatibilityCompatibility / LegacyLegacy / Older Versions

What it does

Returns the smallest value for which the cumulative binomial distribution is >= criterion (Legacy).

Syntax

CRITBINOM(trials, probability_s, alpha)

Arguments

  • trials(number) β€” Number of Bernoulli trials.
  • probability_s(number) β€” Success probability.
  • alpha(number) β€” Criterion value.

Examples

Legacy Critical Binom

Calculate threshold.

FORMULA
=CRITBINOM(100, 0.5, 0.75)
RESULT
53
SAMPLE DATA
ABC
1NPAlpha
21000.50.75