Graphing with "Empty" vs "Blank" Cells



I am trying to create a line graph based on a table, where each cell within
that table has its value set by a condition. If there is not enough data, I
want a gap in the graph for that time period. Instead, I am getting 0 values
on the graph.

I currently have the condition set the cell value to "" if there is
insufficient data.

It's sort of like this (actual formula is much longer, but concept is the
same): =if(X1>mindatacount,Y1,"")

Where "mindatacount" is just the minimum number of data points, tracked in
row X.

And when I graph it, I want the graph to ignore cells that are blank (hence
the "" if the count is too small). But because they are not "Empty" it
treats them as Zero in the graph.

Is there a workaround? Is there any way in my condition to define the cell
as Empty if there isn't sufficient data or to make the graph treat Blank
cells the same as Empty cells?

Thanks for any help,
Colin


.



Relevant Pages

  • Re: Using a chart like a formula...?
    ... and I'd position it near the selected cell. ... selection changed; this can even be done with a defined name (dynamic ... I want to track the progress of certain "students". ... I would like to make ONE GRAPH. ...
    (microsoft.public.excel.charting)
  • Re: Using a chart like a formula...?
    ... and I'd position it near the selected cell. ... selection changed; this can even be done with a defined name (dynamic ... I want to track the progress of certain "students". ... I would like to make ONE GRAPH. ...
    (microsoft.public.excel.charting)
  • Re: adjusting an image
    ... cell a second time, and so on. ... vertices and edges of the incidence graph (in which each vertex is the ... Repeat the same with double-primed-vertices. ... double-primed vertices are at colors of time=2. ...
    (sci.math.research)
  • Re: Offset Errors with Ranges
    ... Report_Month refers to one cell. ... So what I am trying to do with the offset is, ... graph I get an erroneus graph. ... >>and can't get it to recognize a proper formula. ...
    (microsoft.public.excel.misc)
  • Advanced filtering of Union of named Ranges
    ... Therefore I made the graph dynamic. ... start cell and the end cell is an offset from the start cell. ... Dim rngToFilter As Range ... Dim rngTargetRange As Range ...
    (microsoft.public.excel.programming)