NORMSDIST


Description Computes the standard normal cumulative distribution (often called "the bell curve").

Syntax NORMSDIST (x)
Argument Description
x The value at which you want to evaluate the function.

Remarks This is a version of the NORMDIST function that assumes the mean of the distribution is 0 and the standard deviation is 1. You can adjust values from a distribution with a different mean and/or standard deviation by plugging those values into the STANDARD function. The result of the STANDARD function is the argument for NORMSDIST.

Equation

Examples This function returns 0.89:

NORMSDIST (1.25)

See Also BETADIST, BINOMDIST, CHIDIST, COMBIN, CRITBINOM, FDIST, LOGNORMDIST, NORMDIST, NORMSINV, POISSON