NORMSDIST

NORMSDIST(arg1) → { number }

Returns the standard normal cumulative distribution (has a mean of zero and a standard deviation of one).

Parameters:

Name Type Description
arg1 number

The value for which the distribution will be returned.

Returns:

Type
number