Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I plot a standard bell curve (line graph) on a bar chart created from
data in an excel spreadsheet. So I can have a bar graph showing scores from a test with a standard bell curve line overlayed on it to show how well the selected group have gone compared to the 'norm.' |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
calculate the curve data using the Normdist() fuction
add it to the chart it will initially show as a bar select the bar for the normal distribution the chartchart type and line "MrDonnellon" wrote: How can I plot a standard bell curve (line graph) on a bar chart created from data in an excel spreadsheet. So I can have a bar graph showing scores from a test with a standard bell curve line overlayed on it to show how well the selected group have gone compared to the 'norm.' |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
MrDonnellon -
One method is to use a Column chart type for the histogram and an XY (Scatter) chart type for the bell curve (based on NORMDIST function values on a worksheet). Instructions for constructing a combination Column and XY (Scatter) chart are available from the Histogram page at http://www.treeplan.com. In that example the XY (Scatter) chart type is used only for labeling the horizontal axis, but you can replace that data series with values from NORMDIST. An example of the latter (but without step-by-step instructions) is available at http://www.mikemiddleton.com/Histogr...ormalCurve.xls The somewhat challenging parts of the task are (a) to get the XY horizontal values aligned with the Column chart horizontal category labels and (b) to scale the two vertical axes appropriately. - Mike http://www.MikeMiddleton.com "MrDonnellon" wrote in message ... How can I plot a standard bell curve (line graph) on a bar chart created from data in an excel spreadsheet. So I can have a bar graph showing scores from a test with a standard bell curve line overlayed on it to show how well the selected group have gone compared to the 'norm.' |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bell Curve | Excel Worksheet Functions | |||
Bell Curve | Excel Discussion (Misc queries) | |||
Bell Curve Graph | Charts and Charting in Excel | |||
Fit bell curve to histogram | Charts and Charting in Excel | |||
HOW DO I SHADE AN AREA ON A BELL CURVE? | Charts and Charting in Excel |