NORM.S.DIST
Returns the standard normal cumulative distribution
Syntax
NORM.S.DIST(z, cumulative)
Parameters
- z: Required. The value for which you want the distribution
- cumulative: Required. TRUE for cumulative, FALSE for probability density
Example
=NORM.S.DIST(1.333333, TRUE)