NORMSINV
Calculates the inverse of the standard normal cumulative distribution to find the z-score for a given probability with a mean of 0 and a standard deviation of 1.
Syntax
NORMSINV(probability)Arguments
Example
NORMSINV(0.90)
// Returns 1.28
Excel Equivalent
FAQs
Last updated
Was this helpful?