How can I make the graph omit blank cells in the data set?

  • Thread starter Thread starter easy
  • Start date Start date
E

easy

Hi,

I've been workin' on the problem below that I've written a few days ago but
got no answers.
It's easy to select spesific cells to another column
for ex: cells belong to type A
then I draw the graph but a new problem occured, there are empth cells and
mygraph counts them
next question: how can I omit the blank cells from my data set while
graphing?

Thx a lot :)

Emre UNAL
http://www.geocities.com/dusemre









Main Problem:

Hi,

I have a mixed data set as exampled below,

Type Value
A 14
B 0.156
C 1.65
A 18
D 400
C 1.56
C 1.72
....
....
....



Question: How can I graph these variables individually without chancin' the
data structure?

Note: I can not use autofilter or any other macro, this data set will be
updated every 2hours, but can make any link to this data set freely.

Thx for your concern


Emre ÜNAL
Statistician
http://www.geocities.com/dusemre
 
a) use =NA() in place of blank
OR
b) select chart; use Tools|Options and open Chart tab; specify how blanks
are to be treat with the active chart
best wishes
 
Thx Bernard,

I still have gaps between values, how can I omit them?
for.ex. data set is below
I've tried your recommendations but still got gaps for all the #N/A



A 1 1
B 10 #N/A
D 100 #N/A
C 1000 #N/A
A 1,5 1,5
B 15 #N/A
C 105 #N/A
D 1005 #N/A
A 2 2
B 12 #N/A
C 102 #N/A
D 1002 #N/A
 
Back
Top