Hello everyone,
The problem is that, I have some values I want to reference from one sheet to another in order to use it to plot a graph.
so when the cell that is referenced is blank, it will return zero (0) as the value, which the zero would be plotted.
I tried using if() to put "", but it sees it as a text and spoil the graph.
in the picture above, let assumed Column B,C is on sheet 1, while Column I,J,K are are on sheet 2. I reference the depth value in sheet 1 to sheet 2 and same goes to Value, but the issue is the zero that is there. I want it to return blank too, and not space ("") that it will see as a text data type.
Thank you
The problem is that, I have some values I want to reference from one sheet to another in order to use it to plot a graph.
so when the cell that is referenced is blank, it will return zero (0) as the value, which the zero would be plotted.
I tried using if() to put "", but it sees it as a text and spoil the graph.
in the picture above, let assumed Column B,C is on sheet 1, while Column I,J,K are are on sheet 2. I reference the depth value in sheet 1 to sheet 2 and same goes to Value, but the issue is the zero that is there. I want it to return blank too, and not space ("") that it will see as a text data type.
Thank you