NORM.INV
Description
Returns the inverse normal distribution probability for the specified value.
Syntax
NORM.INV(
probability
,
mean
,
standard_dev
)
- probability: The value to calculate the inverse normal distribution probability for.
- mean: The mean of the distribution.
- standard_dev: The standard deviation of the distribution.