Get inverse of the standard normal cumulative distribution
=NORM.S.INV(probability)
| Parameter | Description |
|---|---|
probability |
A probability corresponding to the standard normal distribution. |
The NORM.S.INV function returns the inverse of the standard normal cumulative distribution. Given the probability of an event occurring below a thresh
=NORM.S.INV(0.8413)=1
=NORM.S.DIST(1, TRUE)=0.8413