XL5: Error Bars Too Large When Standard Error Used |
In Microsoft Excel version 5.0 for Windows, if you attach error bars to a series in a chart, the bars that are attached may be too large. This will occur if you attach bars that use the Standard Error value.
This error occurs because Microsoft Excel is using an incorrect method for calculating the standard error of the data points in the series.
It is possible to calculate the correct standard error value and make
the error bars in the chart use this correct value, rather than the
incorrect value.
These steps assume that the series to which error bars should be
attached is referring to the range Sheet1!$A$1:$A$10.
=STDEV(Sheet1!$A$1:$A$10)/SQRT(ROWS(Sheet1!$A$1:$A$10))
The number generated by this formula is the Standard Error for the
range Sheet1!$A$1:$A$10.
Display : Choose the type you want to use
Error Amount option button : Selected
'+' edit box : =Sheet1!$A$11
'-' edit box : =Sheet1!$A$11 Additional query words:
Keywords : xlwin
Version : 5.00
Platform : WINDOWS
Issue type :
Technology :
|
Last Reviewed: September 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |