Calculate the inverse of the standard normal cumulative distribution function (CDF) for a given probability.
=NORMSINV(probability)
| Parameter | Description |
|---|---|
probability |
A probability corresponding to the standard normal distribution (CDF). |
The relationship between NORMSINV and NORMSDIST is:
=NORMSINV(probability) // returns z-score
=NORMSDIST(z-score) // returns probability