WorksheetFunction.Norm_S_Dist Method (Excel)
Office 2010
Returns the standard normal cumulative distribution function. The distribution has a mean of 0 (zero) and a standard deviation of one. Use this function in place of a table of standard normal curve areas.
expression .Norm_S_Dist(Arg1)
expression A variable that represents a WorksheetFunction object.
Parameters
Name | Required/Optional | Data Type | Description |
|---|---|---|---|
Arg1 | Required | Double | Z - The value for which you want the distribution. |
Arg2 | Optional | Variant | Cumulative - A logical value that determines the form of the function. If cumulative is TRUE, NORM_S_DIST returns the cumulative distribution function; if FALSE, it returns the probability mass function. |
Return Value
Double
