Returns the probability that a variable drawn from a normal distribution will be between the mean and x standard deviations from the mean.
Syntax
Remarks
The value of GAUSS will always be 0.5 less than the NORMDIST(x).
GAUSS function returns 0, if the referred cell is empty.
Examples
|
Formula |
Result |
|
GAUSS(2) |
0.477249868 |
|
GAUSS(-0.5) |
-0.191462461 |
|
GAUSS(0.34) |
0.133071736 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions