Syntax
NORMDIST( <number>, <number>, <number>; <boolean>)
Description
Returns the normal distribution for a certain value with a given mean and standard deviation.
...
Returns the normal density function or the cumulative distribution function for the normal distribution. This function is frequently used used to measure the degree of diversity between two data sets.
...