Returns the normal distribution function for the given mean and standard deviation, for a specified value.
Syntax
x: The value for which you want the normal distribution. Eg., 14
μ: Arithmetic mean of the distribution. Eg., 5
σ: Standard deviation of the distribution. Eg., 2
mode: Determines the type of function to return.
Examples
|
Formula |
Result |
|
=NORMDIST(A2;B2;C2;D2) |
0.000007992 |
|
=NORMDIST(A3;B3;C3;D3) |
0.443201503 |
|
=NORMDIST(A4;B4;C4;D4) |
0.00026766 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions