<< Click to Display Table of Contents >> NORM.INV (percentiles of the normal distribution) |
Syntax:
NORM.INV(Probability, Mean, StdDev)
Description:
Returns the inverse of the normal cumulative distribution function NORM.DIST.
Probability is the probability to be evaluated. Must be in the range 0 to 1.
Mean is the arithmetic mean of the distribution.
StdDev is the standard deviation of the distribution. Must be > 0.
Note:
The result of this function is calculated using an iterative search technique. If PlanMaker does not find a result after 100 iterations that deviates less than ±3x10^-7 from Probability, it displays the error value #N/A and aborts the approximation.
Compatibility notes:
Microsoft Excel supports this function only in version 2010 or later. In older versions, the function is unknown.
See also:
NORMINV, NORM.DIST/NORMDIST, NORM.S.DIST/NORMSDIST, NORM.S.INV/NORMSINV