NORM.DIST |
NORM.DIST(x, mean, standard_dev, cumulative) |
Returns the probability of getting less than or equal to a particular value in a normal distribution. |
x | The number from the distribution. |
mean | The arithmetic mean of the distribution. |
standard_dev | The standard deviation of the distribution. |
cumulative | A logical value indicating the type of function to use: True = cumulative probability function (less than) False = probability density function (equal to) |
REMARKS |
* This function replaces the NORMDIST function. * The normal distribution is a continuous distribution. * Added in Excel 2010. * For the Microsoft documentation refer to support.microsoft.com |
|
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited Top