Enter column headings. In cell A1, put "multiplier"; in B1, put "X"; in C1, put "Mean"; in D1, put "Standard Deviation"; and in E1, put "Normal."
Decide on the mean and standard deviation you want for your distribution. For example, IQ has a mean of 100 and a standard deviation of 15.
Enter the mean and standard deviation. Put the mean in cell C2 and the standard deviation in cell D2. Copy these to cells C3 and D3.
Enter multiplier. In cell A2 put -4, in cell A3 put =a2+.1.
Enter the normal distribution. In cell E2 put =norm.dist(b2, c2, d2, FALSE). Copy this to cell E3.
Copy the third row to rows 4 through 82.
Highlight columns B and E.
Make a chart. Click "Insert," "Scatter," "Scatter with smooth lines." This will create a normal distribution graph.