- 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)
NORM.INV
This function returns the inverse of the normal cumulative distribution for the given mean and standard deviation.
Syntax
NORM.INV( prob, mean, stdev )
Arguments
This function has these arguments:
Argument | Description |
|---|---|
prob | Probability of the normal distribution |
mean | Arithmetic mean of the distribution |
stdev | Standard deviation of the distribution; must be greater than zero |
Remarks
The #VALUE! error value is returned if any argument is non-numeric.
Data Types
Accepts numeric data for all arguments. Returns numeric data.
Examples
NORM.INV(B3,C12,D14)
NORM.INV(R3C2,R12C3,R14C4)
NORM.INV(0.978,32,0.252) gives the result 32.50755088397007