NORMSINV


Description Computes the inverse of the standard normal distribution. This is the inverse of the NORMSDIST function.

Syntax NORMSINV (probability )
Argument Description
probability A number between 0 and 1 that indicates the probability associated with the standard normal distribution.

Remarks This

Examples This function returns 0.25:

NORMSINV (0.599)

See Also NORMSDIST