The NORM.S.INV function returns the inverse of the cumulative standard normal distribution of a probability.
Syntax
NORM.S.INV(
probability
)
Parameters
- probability: Probability value corresponding to a standard normal distribution.
Returned value
The NORM.S.INV function returns a real number.
Examples
We can calculate the inverse of the standard normal distribution of probability 0.66 with the following measure:
distribución = NORM.S.INV(0.66)
Related functions
Category
Statistical