NORMDIST
Calculates the normal distribution probability for a specific value based on a given mean and standard deviation.
Syntax
NORMDIST(x, mean, std_dev, cumulative)Arguments
Example
NORMDIST(42, 40, 1.5, true)
// Returns 0.9087
Excel Equivalent
FAQs
Last updated
Was this helpful?