Plotting Different Data On Established Bell Curve

runforitmarty

New Member
Joined
Feb 12, 2020
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
So I have a Bell Curve built with Excel 2016 that uses Bin values based on the average and standard deviation coupled with a Histogram. The graph works fine no problems at all.

However, I would like to put the original data points (with labels) that developed the average/standard deviation on the graph just as an FYI, but not impacting the graph itself.

Can this be done? If so can somebody explain it to me?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
There are a couple of problems in doing this. For your distribution curve ("bell curve" specifically implies a normal distribution--is your data normal?) the x-axis is the bin value and the y-axis is quantity. For your raw data, it is not two-dimensional, just a list of values of the population (or sample). I don't know how could plot the original data points.

Take for example, a curve that shows the distribution of the height of a randomly selected group of men. It will be a nice bell curve. The data it is made up of is just a list of heights. You can't really plot a list of heights, except maybe as points on a line, and the density of the points in any given interval corresponds to the quantities in the bins you have defined. So such a plot doesn't give any additional information not already visible on the distribution curve.

Can you give more details about what this data represents? It would also help to see a screen shot of your existing graph.
 
Upvote 0
Your assumptions are correct. This is a normal distribution, The raw data is half a dozen dollar values (sample) that were used to create the average, standard deviation and Bin values used to generate the bell curve.

For instance, say one of the sample numbers was $8. If I wanted to put that $8 on the curve with a name next to it (say the curve has values ranging from $6.50 to $8.50) at the appropriate point could I do it?
 
Upvote 0
I am sure there is a way to do something like this in Excel but I cannot visualize what you want it to look like. The curve has $ on the x axis and quantity on the y axis. Where on your graph would you want to place that point? On the curve at the x value for the bin in falls in? (Do you mean that your sample size is 6, which is quite small, or that your sample can have any one of 6 values?)
 
Upvote 0
Are you trying to do something like this?
Once you have your bell curve. Add another data series as an XY scatter chart. You can then right click on one of the data points. Choose Format Date and you will get an option to add data labels.
These links should help.

1581745731176.png
 
Upvote 0
To get the bell curve all you need is the mean and St. Dev. (I'm assuming a normal distribution).
In this example for the range I used 4 standard deviations below and above the mean. Depending on the data I usually use somewhere around 4 to 6 standard deviations below and above the mean.
So the range I used for X in this example was .40 to 14.00. I incremented the X value by 1.00, but you could use any increment the gives a smooth curve when you plot.
Then use the NORM.DIST function to get the Y values for the graph (column E)
In the example below you would plot D3 to E17.
I used a scatter plot, but you could also use an area chart.

Book1
ABCDE
1SampleData for Bell Curve
2Xxf(x)
3$5.420.408.24573E-05
4$5.721.400.000796182
5$6.312.400.005272095
6$6.893.400.023940998
7$7.194.400.074557153
8$9.945.400.15922982
96.400.233210187
10mean$6.917.400.234238704
11St. Dev1.62828.400.161345859
129.400.0762158
13Range4 - St. Dev.10.400.024689951
14Low$0.4011.400.005485086
15High$13.4212.400.00083567
1613.408.7312E-05
1714.001.87875E-05
Sheet4
Cell Formulas
RangeFormula
B10B10=AVERAGE(A3:A8)
B11B11=STDEV.S(A3:A8)
B14B14=B10-B11*4
B15B15=B10+B11*4
E3:E17E3=NORM.DIST(D3,$B$10,$B$11,0)


1581787557267.png
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,384
Members
448,956
Latest member
JPav

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top