NORM.DIST
StatisticalNORM.DIST helps you perform summary and inferential functions for descriptive and statistical analysis.
Overview
Start with "=" then enter NORM.DIST(x, mean, standard_dev, cumulative). Keep argument order as shown and use cell ranges where appropriate.
Parser pathComplete docs
Syntax & Arity
=NORM.DIST(x, mean, standard_dev, cumulative)
4 required
Arguments
| Argument | Required | Type | Description |
|---|---|---|---|
| x | Required | Single | Numeric x value. |
| mean | Required | Single | Mean (average) value. |
| standard_dev | Required | Single | Standard deviation value. |
| cumulative | Required | Single | Input argument used by this function. |
Example Inputs & Outputs
Formula
=NORM.DIST(<x>, <mean>, <standard_dev>)
Example Output
Statistical summary value
Replace placeholders with your worksheet values or ranges to compute a result.