Charting - Bell Curve

Hayesk

New Member
Joined
Mar 14, 2002
Messages
30
Hello,

Simple request, but having a difficult time trying to figure it out. I have a simple list of data, age of members with labels and would like to chart a normal distribution curve.

Thanks

Kelly
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hi Hayesk

I plotted a normal dist curve on some data points myself. This is what I did:
1. group the data points into buckets, eg. age 10-15, age 16-20, etc.. count the no. of data points in each bucket.
2. calculate the mean using AVERAGE() and std dev using STDEV().
3. calculate the norm dist of each bucket using NORMDIST()..
4. i will setup a table with columns for age bucket, no. of data points for the corresponding age bucket, and NORMDIST(age, mean, stdev, FALSE).
5. then i will plot using these 3 columns..

you can see whether your data sample fits a norm dist curve..

cheers
jeffrey
 
Upvote 0

Forum statistics

Threads
1,215,187
Messages
6,123,540
Members
449,107
Latest member
caya

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