NORMDIST

NORMDIST probability density or cumulative distribution function of a normal distribution

Synopsis

NORMDIST(x,mean,stddev,cumulative)

Arguments

x: number

mean: mean of the distribution

stddev: standard deviation of the distribution

cumulative: whether to evaluate the density function or the cumulative distribution function

Note

If stddev is 0 this function returns a #DIV/0! error.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

POISSON.