NORMINV function

NORMINV(Probability, Mean, StandardDeviation) NORMINV(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 NORMDIST function.

This function is a compatibility alias for NORM.INV. Use NORM.INV for new projects.