View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom[_2_] Peo Sjoblom[_2_] is offline
external usenet poster
 
Posts: 964
Default setting a formula = to no point in a graph

use NA()

=IF(A1="x",1,NA())


so instead of using 0 or "" use the NA() function

if it looks ugly use conditional formatting and white fonts




--


Regards,


Peo Sjoblom

"jxbeeman" wrote in message
...
Hello,
I'm trying to get a formulat to register as no point in a graph. Any
Ideas?
I've tried setting the formulat to "" or 0 with no luck. What i'm looking
for is the formula to output a result say either a 1 or "". If this
formula
is then graphed the values of 1 will show up (say for a line graph) but
the
spots where the formula resulted in a "" gives a 0 which makes the line go
to
0. The issues is that i'm graphing a coupld different series so the
points
kinda overlap.
Any Ideas would be great!
Thanks,
Josh