NORMSDIST function
NORMSDIST(X,
IsCumulative) NORMSDIST(X;
IsCumulative)
X
Number or { Number }
A value at which to evaluate the function.
IsCumulative
Logical or { Logical }
FALSE to calculate the probability mass function and TRUE to calculate the cumulative distribution function.
Returns
Number or { Number }
A value for the cumulative distribution function of a normal distribution.
This function is a compatibility alias for NORM.S.DIST. Use NORM.S.DIST for new projects.