Returns the value of the standard normal cumulative distribution function for a specified value, with mean as 0 and standard deviation as 1.
Syntax
Examples
|
Formula |
Result |
|
=NORMSDIST(14) |
1 |
|
=NORMSDIST(A3) |
0.633071736 |
|
=NORMSDIST(A4) |
0.999999713 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions