The NORMSDIST function returns the standard normal distribution.
NORMSDIST(num)
num: A number value.
Notes
A standard normal distribution has an average (arithmetic mean) of 0 and a standard deviation of 1.
Example |
|---|
=NORMSDIST(4.3) returns 0.999991460094529. |