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.