Returns the inverse of the cumulative normal distribution for a given mean and standard deviation.
Syntax
NORMINV(p; μ; σ)
p: Probability corresponding to a normal distribution. Eg., 0.000007992
μ: Arithmetic mean of the distribution. Eg., 5
Examples
|
Formula |
Result |
|
=NORMINV(A2;B2;C2) |
-3.629344125 |
|
=NORMINV(A3;B3;C3) |
8.999999997 |
|
=NORMINV(A4;B4;C4) |
5.268784712 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions