NORM.DIST
Returns the normal cumulative distribution.
StatisticalStatistics & Analysis
What it does
Legacy normal distribution.
Syntax
NORMDIST(x, mean, standard_dev, cumulative)
Arguments
x(number) β Value.mean(number) β Mean.standard_dev(number) β SD.cumulative(logical) β Cumulative.
Examples
Legacy Norm
Calculate.
FORMULA
=NORMDIST(42, 40, 1.5, TRUE)
RESULT
0.908
SAMPLE DATA
| A | |
|---|---|
| 1 | Val |
| 2 | 42 |