J
Jim
When putting in a formula say
IF(ISERROR(b2/c2),"",(b2/c2))
if there is an error the cell value is seen as blank but
when plotting the data to graph shows up as zero.
What I require is that the cell is left unformatted so
when plotting this data onto a graph it will not appare as
a data point.
Is there another way to do this?
IF(ISERROR(b2/c2),"",(b2/c2))
if there is an error the cell value is seen as blank but
when plotting the data to graph shows up as zero.
What I require is that the cell is left unformatted so
when plotting this data onto a graph it will not appare as
a data point.
Is there another way to do this?