Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the NORMSINV function. |
Examples
Z-score at 97.5th percentile
=NORMSINV(0.975)
Median z-score
=NORMSINV(0.5)
5th percentile z-score
=NORMSINV(0.05)
Common Errors
The probability argument must be greater than 0 and less than 1.
Occurs when the argument is non-numeric text.
Tips
NORMSINV is the compatibility version kept for older spreadsheets. New formulas should use NORM.S.INV for consistency.
Combine with RAND() to generate random normal values: =NORMSINV(RAND()) gives a random z-score from the standard normal distribution.
NORMSINV(0.975) returns 1.96 for 95% CI, NORMSINV(0.995) returns 2.576 for 99% CI. Memorize these or use the formula.
Try NORMSINV in Viztab
Import your data and use NORMSINV with 370+ other formulas. No signup required.
Open Viztab