Excel Function : NORM.DIST
Category
Statistical
Description
Returns the normal cumulative distribution
Microsoft Excel Reference Page
https://support.office.com/en-us/article/NORMDIST-function-edb1cc14-a21c-4e53-839d-8082074c9f8d
Syntax and Description of the NORM.DIST Excel Function
=NORM.DIST(x, mean, standard_deviation, cumulative) x - The value for which you want the distribution. X is a normal random variable. mean - The mean of the distribution. standard_deviation - The standard deviation of the distribution. cumulative - A logical value that determines the form of the function. If cumulative is TRUE, NORM.DIST returns the cumulative distribution function; if FALSE, it returns the probability mass function.
About NORM.DIST Excel Function
The NORM.DIST function returns the normal distribution for a specified mean and standard deviation.