NORMSDIST
Last updated
Was this helpful?
Last updated
Was this helpful?
The NORMSDIST function calculates the standard normal distribution for a measure, with a mean of 0 and a standard distribution of 1.
value - The measure for which to calculate the normal distribution. This is a required argument.
cumulative - If cumulative is TRUE, NORMDIST returns the cumulative distribution function; if cumulative is FALSE, it returns the probability mass function.