NORM.S.DIST
Description
Returns the standard normal distribution function for the specified value.
Syntax
NORM.S.DIST(
x
, [
cumulative
])
- x: The value to calculate the standard normal distribution probability for.
- cumulative: The type of distribution to use. FALSE = probability mass function; TRUE = cumulative distribution function.