Articles with the tag:
Close
Changelog
Close
Articles with the tag:
Close
Try in the cloud
Try in the cloud

NORM.DIST Function

The NORM.DIST function is one of the statistical functions. It is used to return the normal distribution for the specified mean and standard deviation.

Syntax

NORM.DIST(x, mean, standard_dev, cumulative)

The NORM.DIST function has the following arguments:

Argument Description
x The value you want to calculate the distribution for, any numeric value.
mean The arithmetic mean of the distribution, any numeric value.
standard_dev The standard deviation of the distribution, a numeric value greater than 0.
cumulative The form of the function, a logical value: TRUE or FALSE. If cumulative is TRUE, the function will return the cumulative distribution function; if FALSE, it will return the probability mass function.

Notes

How to apply the NORM.DIST function.

Examples

The figure below displays the result returned by the NORM.DIST function.

NORM.DIST Function

Return to previous page
Try now for free Try and make your decision No need to install anything
to see all the features in action