Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Tools - Options - Chart - Plot empty cells as: Not plotted (leave gaps) works
only when the cell is actually empty. The cell is empty when raw data is missing, but the raw data has to be subtracted from a constant value. I'm using =IF(ISNUMBER(B4), B$1-B4,NA()) which returns #N/A when B4 is blank. The cell is not empty and consequently is plotted as an interpolated value between B3 and B5. I've tried copying and pasting values only and using "" instead of NA() to no avail. Short of clearing the contents manually (5% missing data points scattered throughout 25,000 values) is there another way to leave gaps in the line chart? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XY Scatter Plot - Non-numeric data | Charts and Charting in Excel | |||
Need a formula that will plot all cells between other cells of a certain number | Excel Discussion (Misc queries) | |||
Omit points from plot if cell is formula returns a non-numeric res | Charts and Charting in Excel | |||
XY Scatter Plot - Change Labels From Numeric To Text Programmatica | Charts and Charting in Excel | |||
How do I plot non-numeric values in a graph in Excel? | Charts and Charting in Excel |