![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > NORMDIST |
NORMDIST(x, mean, standard_dev, cumulative) |
| Returns the normal cumulative distribution for the specified mean and standard deviation. |
| x | The value for which you want the distribution. | |
| mean | The arithmetic mean of the distribution. | |
| standard_dev | The standard deviation of the distribution. | |
| cumulative | True or False to specify the form of the function. |
| REMARKS |
| If "mean" is not numeric, then #VALUE! is returned. | ||
| If "mean" = 0 and "standard_dev" = 1, then the standard normal distribution is used. | ||
| If "standard_dev" is nonnumeric, then #VALUE! is returned. | ||
| If "standard_dev" = 0, then #NUM! is returned. | ||
| If "cumulative" = True, then the cumulative distribution function is used. | ||
| If "cumulative" = False, then the probability mass function is used. | ||
| This function has a very wide range of applications in statistics, including hypothesis testing. |
| EXAMPLES |
|
| Functions - N | Index - N | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |