NORMINV

NORMINV inverse of the cumulative distribution function of a normal distribution

Synopsis

NORMINV(p,mean,stddev)

Arguments

p: probability

mean: mean of the distribution

stddev: standard deviation of the distribution

Note

If p < 0 or p > 1 or stddev <= 0 this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.