![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > NORMINV |
NORMINV(probability, mean, standard_dev) |
| Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. |
| probability | The probability below the z-score. | |
| mean | The arithmetic mean of the distribution. | |
| standard_dev | The standard deviation of the distribution. |
| REMARKS |
| If any argument is not numeric, then #VALUE! is returned. | ||
| If "probability" < 0, then #NUM! is returned. | ||
| If "probability" > 1, then #NUM! is returned. | ||
| If "standard_dev" = 0, then #NUM! is returned. | ||
| If "mean" = 0 and "standard_dev" = 1, then the standard normal distribution is used. | ||
| This function uses an iterative technique for calculating the function. | ||
| Given a "probability" value, this function iterates until the result is accurate to within ± 3x10^-7. | ||
| If this function does not converge after 100 iterations, then #N/A is returned. |
| EXAMPLES |
|
| Functions - N | Index - N | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |