Bell Curve Graph

TCL28

New Member
Joined
Oct 31, 2005
Messages
12
Hi all,
Is there a way to automatically smooth the points on a graph to come up with a true bell curve? I have 50 point A1 thru A50 and when I graph them they look like a bell curve with the exception of some points - I want to show the actual data on the graph and then overlay a heavy red line that show the bell curve? Any help would be greatly appreciated.

Tom
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Relax. No need to bump in such a short time.

Unit normal or non-central? Do you want to match the A1:A50 x-axis coordinates? I'll assume unit normal and matching...

If a1:a50 are your x-coordinates (ascending order), B1:B50 are your y-axis data points, in C1 type

=NORMDIST(A1,0,1,0)

and fill down to C50. Then graph the second series.

Other ways to do this, but try this out and post back if it is not what you need.
 
Upvote 0
There are some statistical methods you can use but I am not going to try to explain them here.

If you want an easy rough approximation

1. Draw your graph
2. Select the graph line
3. Add Trend Line

Done.
 
Upvote 0

Forum statistics

Threads
1,225,678
Messages
6,186,390
Members
453,352
Latest member
OrionF

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