How to Plot Normal Distribution in Excel (With Easy Steps)

We’ll use the NORM.DIST function to find the Normal Distribution in Excel. This function needs 4 arguments:

x: The data for which we’ll determine the normal distribution.

mean: The average value of the dataset.

standard_dev: Measured standard deviation of the dataset.

cumulative: TRUE represents the cumulative distribution function. FALSE represents the probability mass function.

The below dataset contains Student Names and their obtained Marks.


STEP 1: Find the Mean & Standard Deviation

  • Merge the cell range D5:D12.
  • Enter the following formula in cell C5:
=AVERAGE(C5:C12)
  • Press Enter.
  • It’ll return the Mean.

  • Merge the range E5:E12.
  • Enter the following formula in cell E5:
=STDEV(C5:C12)
  • Press Enter.
  • You’ll get the Standard Deviation.

Read More: Plot Normal Distribution in Excel with Mean and Standard Deviation


STEP 2: Create a Normal Distribution Chart

  • Click cell F5.
  • Insert the following formula:
=NORM.DIST(C5,$D$5,$E$5,FALSE)
  • Press Enter.
  • You’ll get the normal distribution point.

  • Use the AutoFill tool to complete the series.
  • It’ll return all the values.

Read More: How to Create a Distribution Chart in Excel 


STEP 3: Plot Normal Distribution in Excel

  • Select the Marks range C5:C12.
  • Choose Home ➤ Editing ➤ Sort & Filter ➤ Sort Smallest to Largest.

plot normal distribution in excel

  • A warning dialog box will pop out.
  • Check the circle for the second option.
  • Press Sort.

plot normal distribution in excel

  • It’ll return the sorted marks column.

plot normal distribution in excel

  • Select Insert ➤ Insert Scatter or Bubble Chart ➤ Scatter with Smooth Lines.

plot normal distribution in excel

  • You’ll get the normal distribution graph.

plot normal distribution in excel


STEP 4: Modify Chart

  • Double-click on the Chart Title. Rename it as Normal Distribution Graph.
  • Click on the chart. Press the + symbol beside the chart as shown below.
  • Check the boxes for Axes, Axis Title and Chart Title.
  • To remove the gridlines, uncheck the Gridlines box.

plot normal distribution in excel

  • Double-click the Y-axis.
  • The Format Axis pane will appear.
  • Set the Minimum Bounds as 60.

plot normal distribution in excel

  • Double-click the normal distribution curve line.
  • You’ll get the Format Data Series pane.
  • Check the circle for Built-in Marker Options.

plot normal distribution in excel


Final Output

After performing all the modifications, our Normal Distribution graph is finally ready to demonstrate.

plot normal distribution in excel

Read More: How to Create a Probability Distribution Graph in Excel 


Things to Remember

  • To avoid errors, sort the data before plotting the normal distribution.
  • The mean and standard deviation should be in numbers.
  • To avoid #NUM! Error, make sure the standard deviation is greater than zero.

Download the Practice Workbook

Download the following workbook to practice.


Related Articles


<< Go Back to Excel Distribution Chart | Excel Charts | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Aung Shine
Aung Shine

Aung Shine completed his bachelor’s in Electrical and Electronics Engineering from Bangladesh University of Engineering and Technology. It has been almost 2 years since he joined SOFTEKO and actively working on the ExcelDemy project. Currently he works as a Team Leader where he guides his team members to create technical content. He has published 150+ articles and reviewed 50+ articles. He has also solved various user problems before. He has interests in Data Analysis, Power Query, Advanced Excel,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo