There is a workaround using the NA function
=IF(A1>1,A1,NA())
would be an example Of course they will return #N/A instead of "blank" cells
but you can
use conditional formatting and formula is =ISNA(Cell) then use a white font
--
Regards,
Peo Sjoblom
Dave said:
Bernie,
Thanks for the info.
My if statement chooses a number or a blank string "". The blank string
is copied and pasted as a value in another worksheet and then used in a
chart. The chart still sees this cell as a value and plots it as 0. Do you
have any suggestions on how to get around this so the chart sees these as
true blanks and does not plot them.