NORM.INV function

Category: Compatibility
Introduced: Excel 2010

Summary

Returns the inverse of the normal cumulative distribution

Syntax

NORMINV(probability,mean,standard_dev) The NORMINV function syntax has the following arguments:
• Probability Required. A probability corresponding to the normal distribution.
• Mean Required. The arithmetic mean of the distribution.
• Standard_dev Required. The standard deviation of the distribution.

Example

=NORMINV(A2,A3,A4)

Microsoft Support Page

https://support.microsoft.com/en-us/office/norminv-function-87981ab8-2de0-4cb0-b1aa-e21d4cb879b8

Back to Functions