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