NORMDIST function

NORMDIST(X, Mean, StandardDeviation, IsCumulative) NORMDIST(X; Mean; StandardDeviation; IsCumulative)

X

Number or { Number }

A value at which to evaluate the function.

Mean

Number or { Number }

The arithmetic mean of the distribution.

StandardDeviation

Number or { Number }

The standard deviation of the distribution.

IsCumulative

Logical or { Logical }

FALSE to calculate the probability mass function and TRUE to calculate the cumulative distribution function.

Returns

Number or { Number }

A value for a normal distribution.

This function is a compatibility alias for NORM.DIST. Use NORM.DIST for new projects.