NORMSDIST Function Explained
The NORMSDIST
Function in Microsoft Excel calculates the cumulative normal distribution for a given value. It takes a single argument, x
, which is the value for which you want to calculate the cumulative normal distribution. The function returns the probability that a random variable, which follows a normal distribution, is less than or equal to x
.
NORMSDIST Function Syntax
NORMSDIST(x)
- x: The value for which you want the distribution.