How to use the CRITBINOM function
Author: Oscar Cronquist Article last updated on May 11, 2022
The CRITBINOM function calculates the minimum value for which the binomial distribution is equal to or greater than a given threshold value.
The CRITBINOM function is outdated and has been replaced with the BINOM.INV function.
Formula in cell C8:
=CRITBINOM(C3,C4,C5)
Excel Function Syntax
CRITBINOM(trials,probability_s,alpha)
Arguments
trials | Required. How many Bernoulli trials. |
probability_s | Required. The probability of success in each test. |
Alpha | Required. The threshold value. |
Comments
The CRITBINOM function returns
- #VALUE! error value if any argument is non-numeric.
- #NUM! error value if:
- trials < 0 (zero)
- probability_s < 0 (zero)
- alpha < 0 (zero)
- alpha > 1
Functions in 'Compatibility' category
The CRITBINOM function function is one of many functions in the 'Compatibility' category.
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.
Contact Oscar
You can contact me through this contact form