Excel: Data Represented in Chart "Broken" If Cells Left BlankLast reviewed: April 27, 1995Article ID: Q43927 |
The information in this article applies to:
SUMMARYIn Microsoft Excel, if the reference for a point on a chart is blank (the cell does not contain any data), that point may not be plotted on the chart. If the series formula for the data line contains information for the points prior to and following a given point, the line will be drawn up to the last point before the point that has no value and will resume at the first point after it that does refer to a cell with data. The result will be a broken representation of the data.
MORE INFORMATIONTo control how Microsoft Excel represents the missing data (empty cells), follow the appropriate procedure below.
Microsoft Excel 5.0
ARTICLE-ID: Q111957 TITLE : XL5: Area Charts Ignore "Empty Cells Plotted As" Setting Microsoft Excel versions 4.0 and earlierTo create a line that continues through a point that has no information, assign the point the value #N/A. Microsoft Excel will plot a straight line between the point before and the point after, but will not include a data point for the missing value. Example: The following table on the left will plot a broken line chart (shown on the right):
+ * Table 1 | / ___________ | / | X | Y | + * |____|____| | | 0 | 0 | | | 1 | 1 | + | 2 | | | | 3 | 3 | | | 4 | 4 | + * |____|____| | / |/ *__+__+__+__+__ Graph 1The following table will plot the continuous line chart shown on the right:
+ * Table 2 | / ___________ | / | X | Y | + * |____|____| | / | 0 | 0 | | / | 1 | 1 | + / | 2 |#N/A| | / | 3 | 3 | | / | 4 | 4 | + * |____|____| | / |/ *__+__+__+__+__ Graph 2 |
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |