I have created a graph to show readings over time and I use the option to skip over empty or blank cells.
Problem is that my formula to create empty cells is not creating truly empty or blank cells.
The example formula is =IF(A1=3,A1,"") ... The =IF statement checks cell A1 and if it finds anything other than 3 then I want the formula to return an empty cell.
My graph presently sees the "" as a "0" and causes the graph to use "0" for the data point. If I go back and manually clear the contents the graph works great. So what can I use for the if false code side to return a truly blank or empty result so the graph skips over this cell if it is blank?
Problem is that my formula to create empty cells is not creating truly empty or blank cells.
The example formula is =IF(A1=3,A1,"") ... The =IF statement checks cell A1 and if it finds anything other than 3 then I want the formula to return an empty cell.
My graph presently sees the "" as a "0" and causes the graph to use "0" for the data point. If I go back and manually clear the contents the graph works great. So what can I use for the if false code side to return a truly blank or empty result so the graph skips over this cell if it is blank?