Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the NORMDIST function. |
| mean | Parameter of the NORMDIST function. |
| standard_dev | Parameter of the NORMDIST function. |
| cumulative | Parameter of the NORMDIST function. |
Examples
Cumulative probability
=NORMDIST(50, 45, 5, TRUE)
Defect rate
=1 - NORMDIST(10.2, 10, 0.05, TRUE)
Bell curve height
=NORMDIST(45, 45, 5, FALSE)
Common Errors
Standard deviation is zero or negative.
Non-numeric inputs.
Tips
NORMDIST is a compatibility function. NORM.DIST is the preferred modern version with identical behavior.
NORMDIST(mean+stdev, mean, stdev, TRUE) - NORMDIST(mean-stdev, mean, stdev, TRUE) always equals ~0.6827 (68.27% within 1 std dev).
NORMDIST(mean-k, mean, stdev, TRUE) = 1 - NORMDIST(mean+k, mean, stdev, TRUE) for any k. The normal distribution is perfectly symmetric.
Try NORMDIST in Viztab
Import your data and use NORMDIST with 370+ other formulas. No signup required.
Open Viztab