How to Create a Bell Curve in Excel?
Last Updated :
07 Mar, 2022
A bell curve represents a normal/gaussian distribution. The data in a gaussian distribution is centered around the mean. A Gaussian distribution is said to be a standard normal distribution when it has its mean as 0 and standard deviation as 1. A bell curve is generally symmetrical about the y-axis. The orientation of the bell curve can be manipulated by making changes in the mean and standard deviation of the distribution. When we change the mean, it can cause the location of the curve to shift on the X-axis whereas when we change the standard deviation it causes a change in the shape of the bell curve. The lesser value of standard deviation implies that our data is more concentrated about the mean and the curve will be taller in shape on the Y-axis and it will be less spread on the X-axis.
In a standard normal distribution, mean, median, and mode are the same. The area under the bell curve represents the probability and the sum of the entire area equals 1. The points on the curve closer to the mean have a higher probability of occurrence and as we move sidewards towards the tails of the curve the probability of occurrence decreases.
The Gaussian distribution is one of the most common distributions that exist in our world. It can be found naturally in many cases such as the distribution of height of human beings, the average salary earned by working professionals, etc. In this article, we are going to learn how can we plot a bell curve in Excel.
Bell Curve in Excel
Suppose, we have salary data of 20 employees working in a company and we want to plot their salaries onto a bell curve. To plot a bell curve in Excel, we need to have a normal distribution for our data which we can calculate using the NORM.DIST() function that is available in Excel. The syntax for NORM.DIST() function is given as:
=NORM.DIST(x, mean, standard_dev, Cumulative)
Where x is the data array
Mean is the Mean value of the entire distribution, standard_dev is the Standard Deviation of the distribution, Cumulative is a boolean value which is either TRUE or FALSE, if we want a cumulative distribution function we use TRUE. Else if we want probability mass function then we use FALSE as the boolean value.
Step 1: We need the mean of the distribution as one of the parameters inside the NORM.DIST() function, therefore we will calculate the mean using the AVERAGE() function available in Excel.
Step 2: Another parameter that we require is the standard deviation of the distribution, we can calculate standard deviation using the STDEV() function available in Excel.
Step 3: Use the NORM.DIST() function to find the normal distribution for the data. We can pass the entire data array as our first parameter, then mean and standard deviation, and at last as we are going to use the salary of employees, all the values will be continuous, hence we will use probability mass function, therefore, we will pass FALSE as the boolean_value.
Step 4: Normal distribution will get populated for all the elements in the data.
Step 5: Now, select all the generated points and go to the Insert tab in the Menu bar.
Step 6: In the Insert tab, click on the Scatter plot button, a drop-down will appear.
Step 7: From the drop-down options, select either the "Scatter with smooth lines and markers" option or the "Scatter with smooth lines" option.
Step 8: A scatter plot with a bell-shaped curve will be plotted on the worksheet.
Note: Make sure to reference lock the values of Mean and Standard Deviation in the parameters using the Fn+F4 key inside the NORM.DIST() function, otherwise the formula will throw an error and will not populate the result for all the data elements.
Similar Reads
How to Create a Survival Curve in Excel?
The endurance bend can be caused by accepting different circumstances. It includes registering probabilities of events or occasions at one point in time and duplicating these progressive probabilities by any previously figured probabilities to get the last gauge. An endurance bend is an outline that
2 min read
How to Create a Bar Chart in Excel?
To learn how to create a Column and Bar chart in Excel, let's use a simple example of marks secured by some students in Science and Maths that we want to show in a chart format. Note that a column chart is one that presents our data in vertical columns. A bar graph is extremely similar in terms of t
4 min read
How to Create Custom Charts in Excel?
The instructional exercise makes sense of the Excel outlines fundamentals and gives the point-by-point direction on the most proficient method to make a chart in Excel. Diagrams assist you with imagining your information in a manner that makes a most extreme effect on your crowd. Figure out how to m
2 min read
How to Create a Dashboard in Excel
Creating a dashboard in Excel transforms raw data into actionable insights, making it easier to track performance and make informed decisions. The dashboard helps users to understand and analyze the complex data in an easy way. Hence, nowadays most of the business professionals and analysts want to
6 min read
How to Calculate Deciles in Excel?
Decile is a statistical method to split data into 10 equal parts. Each represents 1/10 of the Population or Sample data. It is denoted D1, D2, ⦠D9. Fifth deciles D5 are equal to the median. It determines 10%,20%, ... 90%. Deciles Formula: Here, n: Number of data points in the population or sample (
2 min read
How to Create a Step Chart in Excel
A step chart is used to represent data that changes irregularly between time intervals. Now, Excel doesn't have a feature to create a Step Chart like the one shown below but we can create one by making some changes in our data. What is a Step Chart in ExcelA Step chart is the same as a Line Chart. T
4 min read
How to Create a Heat Map in Excel?
Heatmaps are basically used to calculate the intensity of an event. It helps us in easily understanding and interpreting any complex dataset and make deductions from it. It uses colors in the bar graph of a dataset and shows different regions with different colors, which area needs more attention an
2 min read
How to Create a Bland-Altman Plot in Excel?
Bland-Altman plot is not present by default in excel, but it can be easily built with the help of excel. There is software that provides in-built Bland-Altman plots like MedCalc, Analyse-it, etc. In this article, we will learn how to create a Bland-Altman plot in excel. A Bland-Altman plot is used t
8 min read
How to Create a Gauge Chart in Excel?
Gauge chart is also known as a speedometer or dial chart, which use a pointer to show the readings on a dial. It is just like a speedometer with a needle, where the needle tells you a number by pointing it out on the gauge chart with different ranges. It is a Single point chart that tracks a single
2 min read
How To Make An Area Chart In Excel
An Area chart is like a line chart in which the area between the x-axis and the line is colored to show the volume. Data Trends, Comparison of Multiple data Series, Emphasis on cumulative Data, and Time-Based or Categorized data are some key features of the Area chart. In this article, we will see h
5 min read