Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I used the Tools-Options-Chart tab menu to get excel to interpolate my
empty cells in the active chart. I also clicked the option to leave gaps but the graph still sends lines down to zero where I have gaps. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
XL graphs should ignore cells that equate to the #N/A error.
If you have formulas in these "empty" cells, for instance: =IF(A1+A20,A1+A2,"") Revise them to something like this: =IF(A1+A20,A1+A2,NA()) If the values are keyed in, when a cell has no value, enter: =NA() -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Sean" wrote in message ... I used the Tools-Options-Chart tab menu to get excel to interpolate my empty cells in the active chart. I also clicked the option to leave gaps but the graph still sends lines down to zero where I have gaps. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Sun, 31 Dec 2006 07:36:01 -0800, Sean
wrote: I used the Tools-Options-Chart tab menu to get excel to interpolate my empty cells in the active chart. I also clicked the option to leave gaps but the graph still sends lines down to zero where I have gaps. To eliminate the lines that dive down to zero, replace the missing values with #N/A. Excel ignores these values when charting. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
But the problem then is you can't use functions like SUM, AVERAGE, etc with
cells containing #NA. "Jay Somerset " wrote: On Sun, 31 Dec 2006 07:36:01 -0800, Sean wrote: I used the Tools-Options-Chart tab menu to get excel to interpolate my empty cells in the active chart. I also clicked the option to leave gaps but the graph still sends lines down to zero where I have gaps. To eliminate the lines that dive down to zero, replace the missing values with #N/A. Excel ignores these values when charting. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
.... so the sensible thing is to put the NA() into the range you want to
plot, but not into ranges that you use for further calculation. -- David Biddulph "Richard Craigie" wrote in message ... But the problem then is you can't use functions like SUM, AVERAGE, etc with cells containing #NA. "Jay Somerset " wrote: On Sun, 31 Dec 2006 07:36:01 -0800, Sean wrote: I used the Tools-Options-Chart tab menu to get excel to interpolate my empty cells in the active chart. I also clicked the option to leave gaps but the graph still sends lines down to zero where I have gaps. To eliminate the lines that dive down to zero, replace the missing values with #N/A. Excel ignores these values when charting. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inputting data to one worksheet for it effect another | Excel Discussion (Misc queries) | |||
Dynamic update for graph data | Excel Worksheet Functions | |||
Inserting a new line when external data changes | Excel Discussion (Misc queries) | |||
Help making a chart that doesn't graph cells without data? | Excel Discussion (Misc queries) | |||
Named dynamic ranges, copied worksheets and graph source data | Charts and Charting in Excel |