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.

If @stdev is 0 NORMDIST returns #DIV/0! error.

See also

POISSON