ReferenceFunctionsStatistics Functions
NORM.DIST
NORM.DIST: Returns the normal-distribution probability at `x` for a given mean and standard deviation.
Summary
Use NORM.DIST for either cumulative probabilities or point density under a non-standard
normal model.
Remarks
- Set
cumulativeto non-zero forP(X <= x); set it to0for density mode. standard_devmust be strictly greater than0.- Returns
#NUM!whenstandard_dev <= 0. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Normal CDF at the mean
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.5
Normal PDF at the mean
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.03989422804014327
Related functions
Runtime metadata
Category
Statistics
Signature
NORM.DIST(arg1: Number, arg2: Number, arg3: Number, arg4: Number)Arity
min 4, max 4
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
arg4Number · Scalar · coercion NumberLenientText
Caps
PURE
Source