Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the NORM.INV function. |
| mean | Parameter of the NORM.INV function. |
| standard_dev | Parameter of the NORM.INV function. |
Examples
Top 10% threshold
=NORM.INV(0.90, 500, 100)
Bottom 5% cutoff
=NORM.INV(0.05, 72, 8)
Z critical value
=NORM.INV(0.975, 0, 1)
Common Errors
Probability must be strictly between 0 and 1 (exclusive). Standard deviation must be positive.
Non-numeric arguments.
Tips
NORM.INV is the inverse of NORM.DIST with cumulative=TRUE. If NORM.DIST(x, m, s, TRUE)=p, then NORM.INV(p, m, s)=x.
=NORM.INV(RAND(), mean, stdev) generates a random value from a normal distribution. Useful for Monte Carlo simulations.
Use NORM.INV to set letter grade cutoffs. For example, the top 15% gets an A: =NORM.INV(0.85, class_mean, class_stdev) gives the minimum A score.
Try NORM.INV in Viztab
Import your data and use NORM.INV with 370+ other formulas. No signup required.
Open Viztab