Norm.Dist Function
Purpose Return value Syntax =NORM.DIST(x,mean,standard_dev,cumulative) x - The input value x. mean - The center of the distribution. standard_dev - The standard deviation of the distribution. cumulative - A boolean value that determines whether the probability density function or the cumulative distribution function is used. Using the NORM.DIST function The NORM.DIST function returns values for the normal probability density function (PDF) and the normal cumulative distribution function (CDF). For example, NORM....