NORM.INV function
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.
• 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)