Calculates the inverse standard normal distribution function for a specified value, with mean as 0 and standard deviation as 1.
Syntax
Examples
|
Formula |
Result |
|
=NORMSINV(0.25) |
-0.67448975 |
|
=NORMSINV(A3) |
0.34 |
|
=NORMSINV(A4) |
5.000000001 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions