Returns the standard normal cumulative distribution for the given number.
Sample Usage
NORMSDIST(1.4)
NORMSDIST(C5)
Syntax
NORMSDIST(number)
- number - The input to the standard normal cumulative distribution function.
Examples
NORMSDIST(1.4) returns a value of 0.1497.
NORMSDIST(C5) returns the normal cumulative distribution function at C5.
Notes
- The standard normal distribution function is the normal distribution function with mean of 0 and variance of
1
.