Returns the normal cumulative distribution for the specified mean and standard deviation. This function has a very wide range of applications in statistics, including hypothesis testing.
Syntax
NORMDIST(x,mean,standard_dev,cumulative)
X is the value for which you want the distribution.
Mean is the arithmetic mean of the distribution.
Standard_dev is the standard deviation of the distribution.
Cumulative is a logical value that determines the form of the function. If cumulative is TRUE, NORMDIST returns the cumulative distribution function; if FALSE, it returns the probability mass function.
Remarks
· If mean or standard_dev is nonnumeric, NORMDIST returns the #VALUE! error value.
· If standard_dev < or = 0, NORMDIST returns the #NUM! error value.
· If mean = 0 and standard_dev = 1, NORMDIST returns the standard normal distribution, NORMSDIST.
· The equation for the normal density function is:
I browsed the links above and found a step by step instruction on how to fit a normal distribution curve to a set of data in Excel. Sometimes Microsoft can actually help you
It's good to appriciate MS what MS has taken is a simulated data with near perfect normal distribution. In real world , asymetric data will stare in your face. If you try some real world data using MS example and use MiniTab's Descriptive statictics, you might get a different scenerio altogather...That is why I have posted above xls file to help you out , when you face real life data.
I know this is an old thread, but I recently had the same question. I was looking for something quick and easy to look at my data with. After reading a zillion things, I came up with the attached. My data allows the use of the nominal dimension because I want to see the shift in my process, but you could easily add the mean to reflect your actual data. I also set up the bins to center on the nominal (or mean) with a span of .001. This can easily be changed by editing the formulas above and below the center.
Just fill in the green blocks with your data. Data can be entered from A6 to A550 to be calculated (I didn't make them all green). If you need more, you will need to change the count array. Everything else will happen like magic!
Hope this helps! If nothing else, it might get you in the right direction.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to the use of cookies.