Returns the standard normal cumulative distribution for the given number.
Sample Usage
NORM.S.DIST(1.4)
NORM.S.DIST(C5)
Syntax
NORM.S.DIST(number)
- number - The input to the standard normal cumulative distribution function.
Examples
NORM.S.DIST(1.4) returns a value of 0.1497.
NORM.S.DIST(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
.