Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the NORMINV function. |
| mean | Parameter of the NORMINV function. |
| standard_dev | Parameter of the NORMINV function. |
Examples
95th percentile exam score
=NORMINV(0.95, 75, 10)
Lower 10% cutoff for quality control
=NORMINV(0.10, 500, 25)
Median of a normal distribution
=NORMINV(0.5, 100, 15)
Common Errors
Probability must be between 0 and 1 (exclusive). A value like 1.5 or -0.1 triggers this error.
Occurs if any argument is non-numeric, such as passing text where a number is expected.
Tips
Pair NORMINV with your data's mean and standard deviation to calculate confidence interval bounds, e.g., NORMINV(0.025, mean, std) for the lower 2.5% bound.
NORMINV is the legacy version. NORM.INV is the modern replacement with identical behavior but better consistency with other .DIST/.INV functions.
For a standard normal (mean=0, std=1), use NORM.S.INV instead to save typing two arguments.
Try NORMINV in Viztab
Import your data and use NORMINV with 370+ other formulas. No signup required.
Open Viztab