NORMDIST

Name

NORMDIST —
NORMDIST(x,mean,stdev,cumulative)

Description

The NORMDIST function returns the normal cumulative distribution. @x is the value for which you want the distribution, @mean is the mean of the distribution, @stdev is the standard deviation.

Performing this function on a string or empty cell simply does nothing. if stdev=0 NORMDIST returns #DIV/0! error.

See also

POISSON