NORM.INV function
NORM.INV(probability, mean, standardDeviation)
NORM.INV(probability; mean; standardDeviation)
probability
Number or { Number }
The probability associated with the distribution.
mean
Number or { Number }
The arithmetic mean of the distribution.
standardDeviation
Number or { Number }
The standard deviation of the distribution.
Returns
Number or { Number }
The inverse of the cumulative NORM.DIST function.
Returns the inverse of the cumulative NORM.DIST function.
Example
NORM.INV(0.92, 63,
5)NORM.INV(0,92; 63;
5)
Returns roughly 70.