[]
This function returns the standard normal cumulative distribution function.
NORMSDIST(value)
The argument can be any numeric value.
The distribution has a mean of zero and a standard deviation of one. Use this function in place of a table of standard normal curve areas.
Accepts numeric data. Returns numeric data.
NORMSDIST(F1)
NORMSDIST(R1C6)
NORMSDIST(1.288)
gives the result 0.901127
This function is available in product version 1.0 or later.