NORM.DIST
Description
Returns the normal distribution probability for the specified value.
Syntax
NORM.DIST(
x
,
mean
,
standard_dev
,
cumulative
)
- x: The number that you want the distribution for.
- mean: The arithmetic mean of the distribution.
- standard_dev: The standard deviation of the distribution.
- cumulative: The type of distribution to use. FALSE = probability density function; TRUE = cumulative distribution function.