NORMINV(p,mean,stddev)
NORMINV function returns the inverse of the normal cumulative distribution. p is the given probability corresponding to the normal distribution, mean is the arithmetic mean of the distribution, and stddev is the standard deviation of the distribution.
NORMINV(0.76,2,3) equals 4.118907689.