- SpreadJS Overview
- Getting Started
- JavaScript Frameworks
- Best Practices
- Features
- SpreadJS Designer
- SpreadJS Designer Component
- SpreadJS Collaboration Server
- Touch Support
-
Formula Reference
- Formula Overview
-
Formula Functions
- Barcode Functions
-
Compatibility Functions
- BETADIST
- BETAINV
- BINOMDIST
- CHIDIST
- CHIINV
- CHITEST
- CONFIDENCE
- COVAR
- CRITBINOM
- EXPONDIST
- FDIST
- FLOOR
- FTEST
- GAMMADIST
- GAMMAINV
- HYPGEOMDIST
- LOGINV
- LOGNORMDIST
- MODE
- NEGBINOMDIST
- NORM.INV
- NORMDIST
- NORMSDIST
- NORMSINV
- PERCENTILE
- PERCENTRANK
- POISSON
- QUARTILE
- RANK
- STDEV
- STDEVP
- TDIST
- TINV
- TTEST
- VAR
- VARP
- WEIBULL
- ZTEST
- Database Functions
- Date and Time Functions
- Engineering Functions
- Financial Functions
- Information Functions
- Logical Functions
- Lookup and Reference Functions
- Math and Trigonometric Functions
- Statistical Functions
- Sparkline Functions
- Text Functions
- Web Functions
- RegEx Functions
- Other Functions
- Import and Export Reference
- Frequently Used Events
- API Documentation
- Release Notes
(Showing Draft Content)
CRITBINOM
This function returns the criterion binomial, the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.
Syntax
CRITBINOM( n, p, alpha )
Arguments
This function has these arguments:
Argument | Description |
|---|---|
n | Number of trials; if not an integer, the number is truncated |
p | Probability of success on each trial; number between 0 and 1 |
alpha | Alpha, value for the criterion |
Data Types
Accepts numeric data for all arguments. Returns numeric data.
Examples
CRITBINOM(B5,0.75,0.92)
CRITBINOM(R5C2,R8C14,0.75)
CRITBINOM(14,0.75,0.85) gives the result 12.