How to plot a normal distribution/bell curve in excel?
- Put the data in the column A which you wanna plot.
- Lets suppose data start from A2 till A90, Calculate Mean in A91 and Standard Deviation in A92.
- Then in Column B, B2 =NORM.DIST(A2,A$90,A$91,FALSE)
- Plot a scatter plot using both columns A and B.
B2 = Log(NORM.DIST(A2,A$90,A$91,FALSE)) and check if it satisfies normal distribution.
No comments:
Post a Comment