NORMINV
Calculates the inverse normal distribution for a specific probability to determine the corresponding value based on a given mean and standard deviation.
Syntax
NORMINV(probability, mean, std_dev)Arguments
Example
NORMINV(0.90, 50, 5)
// Returns 56.41
Excel Equivalent
FAQs
Last updated
Was this helpful?