J
Jacobs
I am trying to plot a data set with a conditional. Here are a few of my
attempts :
=IF(O111=0, NA(),IF(O111<6,O111,NA()))
or
=IF(O111=0, #N/A),IF(O111<6,O111,#N/A))
even
=IF(O15=0, "",IF(O15<6,O15, "")) *this one doesn't even plot *my* x
values, just some incrementally increasing crap*
I want the chart to plot only the values that have data in them as a
line plot. So you would see gaps in the line where there is no data.
I can't get it to work. I have read all the other posts about this
similar topic but I can't seem to get it right. I have my tried
formatted the cells as numbers and as general. I have tried setting
the chart options to 'not plotted (leave gaps)'. The problem is that
excel is interpolating between the cells that have values in them and
not leaving gaps in the plot. Each plot starts with the first actual
value. So, if my data starts with 100 blanks spaces the plot will
start at the 101 piece of actual data, nut then it will interpolate
through any other blanks. Probably because it has nothing above it
(the 100 blanks) to interpolate with. I am using excel2002. Please
let me know if you need more info or I am being vague. Your help will
be appreciated.
attempts :
=IF(O111=0, NA(),IF(O111<6,O111,NA()))
or
=IF(O111=0, #N/A),IF(O111<6,O111,#N/A))
even
=IF(O15=0, "",IF(O15<6,O15, "")) *this one doesn't even plot *my* x
values, just some incrementally increasing crap*
I want the chart to plot only the values that have data in them as a
line plot. So you would see gaps in the line where there is no data.
I can't get it to work. I have read all the other posts about this
similar topic but I can't seem to get it right. I have my tried
formatted the cells as numbers and as general. I have tried setting
the chart options to 'not plotted (leave gaps)'. The problem is that
excel is interpolating between the cells that have values in them and
not leaving gaps in the plot. Each plot starts with the first actual
value. So, if my data starts with 100 blanks spaces the plot will
start at the 101 piece of actual data, nut then it will interpolate
through any other blanks. Probably because it has nothing above it
(the 100 blanks) to interpolate with. I am using excel2002. Please
let me know if you need more info or I am being vague. Your help will
be appreciated.