Skip to Content

NORMDIST

Returns the normal distribution. Replaced by NORM.DIST.

Syntax

NORMDIST(x, mean, standard_dev, cumulative)

Parameters

  • x: Required. The value for which you want the distribution
  • mean: Required. The arithmetic mean of the distribution
  • standard_dev: Required. The standard deviation of the distribution
  • cumulative: Required. A logical value: TRUE for cumulative distribution, FALSE for probability density

Example

=NORMDIST(42, 40, 1.5, TRUE)
Returns: NumberSince: Excel 2003