![]() |
I can't get my graph to interpolate my missing data
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. |
I can't get my graph to interpolate my missing data
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. |
I can't get my graph to interpolate my missing data
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. |
I can't get my graph to interpolate my missing data
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. |
I can't get my graph to interpolate my missing data
.... 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. |
All times are GMT +1. The time now is 03:20 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com