Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default 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.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default 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.
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default 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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inputting data to one worksheet for it effect another daedalus1 Excel Discussion (Misc queries) 1 June 25th 06 04:39 PM
Dynamic update for graph data JRJ Excel Worksheet Functions 2 June 20th 06 10:31 PM
Inserting a new line when external data changes Rental Man Excel Discussion (Misc queries) 0 January 11th 06 07:05 PM
Help making a chart that doesn't graph cells without data? Filtration Guy Excel Discussion (Misc queries) 0 March 22nd 05 09:21 PM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 05:19 PM


All times are GMT +1. The time now is 05:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"