NORMDIST
Returns the normal distribution for the specified mean and standard deviation.
| Category | Statistical |
| Syntax | NORMDIST(x, mean, standard_dev, cumulative) |
Parameters
| Parameter | Required | Description |
|---|---|---|
x | Required | The value for which you want the distribution. |
mean | Required | The arithmetic mean of the distribution. |
standard_dev | Required | The standard deviation of the distribution. |
cumulative | Required | TRUE for the cumulative distribution function; FALSE for the probability mass function. |
Example
NORMDIST(A1:A10)
Auto-generated from the EngCanvas function registry.