NORM.DIST
Returns the normal distribution
Syntax
NORM.DIST(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. TRUE for cumulative, FALSE for probability density
Example
=NORM.DIST(42, 40, 1.5, TRUE)