How to Create a Bell Curve in Excel (2 Methods)

What Is a Bell Curve?

The Bell Curve, also known as the Normal Distribution Curve, is a graph that represents the distribution of a variable. We observe this distribution pattern frequently in nature. For example, when we analyze exam scores, we often find that most of the scores cluster around the middle.

Here are some key points about the Bell Curve:

  1. Peak Point (Mean):
    • The peak point of the curve represents the mean (average) of the distribution.
    • It indicates where the majority of values are concentrated.
  2. Symmetry:
    • The curve is symmetric, with lower values on both sides of the peak.
    • This symmetry reflects the balanced nature of the distribution.
  3. Probability and Extreme Values:
    • The probability of extreme values (highest or lowest) is much lower.
    • Most data points fall within a certain range around the mean.

Features of the Bell Curve:

  1. Within One Standard Deviation:
    • Approximately 68.2% of the distribution lies within one standard deviation of the mean.
  2. Within Two Standard Deviations:
    • About 95.5% of the distribution falls within two standard deviations of the average.
  3. Within Three Standard Deviations:
    • A vast majority (99.7%) of the distribution falls within three standard deviations of the mean.

how to create a bell curve in excel Intro


To demonstrate these concepts, let’s work with a dataset containing two columns: “Aspirant” and “Score.” This dataset represents the obtained scores of 8 students in a particular subject. We’ll use this dataset for the first method only.


Method 1- Create a Bell Curve in Excel with a Dataset

Let’s walk through the steps to create a Bell Curve in Excel using a dataset. We’ll use the AVERAGE and STDEV.P functions to find the mean and standard deviation, and then create data points for our curve. Finally, we’ll use the NORM.DIST function to complete the curve.

how to create a bell curve in excel Dataset

Steps:

  • Find the Mean (Average):
    • In cell C14, type the following formula and press Enter:

=AVERAGE(C5:C12)

    • This function calculates the mean value for the cell range C5:C12.

  • Find the Standard Deviation:
    • In cell C15, type the following formula and press Enter:

=STDEV.P(C5:C12)

    • This function calculates the standard deviation for the same cell range.

how to create a bell curve in excel Standard Deviation

  • Define the Range for the Bell Curve:
    • Since 99.7% of values fall within 3 standard deviations, we’ll create a range around the mean.
    • In cell C16, type:

=C14-3*C15

    • In cell C17, type:

=C14+3*C15

    • In cell C18, enter the value 7 (we want 8 values, so we subtract 1 from our desired count).

 

  • Calculate the Interval:
    • In cell C19, type:

=(C17-C16)/C18

    • This formula determines the interval between data points.

  • Generate Data Points for the Bell Curve:
    • Start with the first value from cell C16.
    • Select the cell range D6:D12 and type the formula:

=D5+$C$19

how to create a bell curve in excel 3 Sigma

    • Press Ctrl+Enter to autofill the formula for the selected cells.
  • Calculate Normal Distribution:
    • In cell range E5:E12, type:

=NORM.DIST(D5,$C$14,$C$15,FALSE)

    • This formula returns the normal distribution for the given mean and standard deviation. We’ve set Cumulative to False to get the probability density function.

  • Finalize the Dataset:
    • Press Ctrl+Enter to complete the calculations.
    • You’ve now prepared your dataset to create a Bell Curve in Excel.

how to create a bell curve in excel Dataset Ready

Let’s create the Bell Curve step by step:

  • Select Data Range:
    • Begin by selecting the cell range D5:E12.
  • Insert Scatter Chart:
    • Go to the Insert tab.
    • Click on Scatter (X, Y) or Bubble Chart.
    • Choose Scatter with Smooth Lines.

    • This will give you the basic Bell Curve.

how to create a bell curve in excel Basic Curve

  • Format the Bell Curve:
    • Double-click on the Horizontal Axis to open the Format Axis dialog box.
    • Set the bounds:
      • Minimum: 30
      • Maximum: 85

    • Remove Gridlines and Vertical Axis by deselecting those options.
    • Display Chart Elements by clicking on the plus sign.

how to create a bell curve in excel Chart Element

  • Add Standard Deviation Lines:
    • Add straight lines (using the Shape tool) to denote the standard deviation in the curve.
  • Chart Title:
    • Add a chart title to your curve.
  • Mean Line:
    • The green line signifies the mean of the data in the Bell Curve.
    • Turn on Gridlines again to add these straight lines.
  • Final Touches:
    • Turn off the lines if needed.


Method 2 – Create a Bell Curve without a Dataset in Excel

Let’s walk through the steps to create a Bell Curve in Excel without an existing dataset using the NORM.S.DIST function. We’ll consider a mean of 0 and a standard deviation of 1.

  • Set Up the Columns:
    • Start by creating a dataset with two columns.
    • In cell B5, type the value -3. This represents 3 standard deviations below our mean (which is 0).
  • Calculate Data Points:
    • In cell B6, type the following formula:

=B5+0.6

      • This value represents an interval (you can adjust it as needed).

how to create a bell curve in excel With Norm.S.Dist

    • Press Ctrl+Enter to autofill the formula for the selected cells (B6:B15).
  • Calculate Normal Distribution:
    • In cell C5, type the following formula:

=NORM.S.DIST(B5,FALSE)

      • We use this function because we have a mean of 0 and a standard deviation of 1.
      • The FALSE argument ensures that we get the probability mass function.

  • Finalize the Bell Curve:
    • As shown in the first method, create the Bell Curve using the data points in column B and the corresponding probabilities in column C.

how to create a bell curve in excel Norm.S.Dist Curve

 

Read More: How to Create a Skewed Bell Curve in Excel


Practice Section

We’ve included a practice dataset for each method in the Excel file. This way, you can easily follow along with our methods.


Download Practice Workbook

You can download the practice workbook from here:


Related Articles


<< Go Back to Bell Curve in Excel | Excel for StatisticsLearn Excel

Get FREE Advanced Excel Exercises with Solutions!
Rafiul Haq
Rafiul Haq

Rafiul Haq worked as an Excel and VBA Content Developer in Exceldemy for over two years and published almost 200 articles for the website. He is passionate about exploring new aspects of Excel and VBA. He received his Bachelor of Science in Mechanical and Production Engineering (MPE) from the Islamic University of Technology. Rafiul furthered his education by obtaining an MBA in Finance from the Institute of Business Administration (IBA) at the University of Dhaka. Apart from creating... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo