I've got a table showing the projected year ahead with manually input figures on a monthly basis. All of the cells after December are currently blank. I've created a line chart based on this table (actually on a cell with a formula based on other data in the table) and i want to be able to stop the line moving to the base line (zero value).
E.g. for December i want the line to just stop, whereas at the moment it interprets the January value as 0 and drops the line to the baseline for Jan.
I've tried to use an IF statement to say if one of the contributing values to the formula is null then treat the cell as null but it still seems to treat it as 0.
e.g. =IF(G20="","",G20/G21*1000)
or am i misunderstanding the null issue??
Many thanx
E.g. for December i want the line to just stop, whereas at the moment it interprets the January value as 0 and drops the line to the baseline for Jan.
I've tried to use an IF statement to say if one of the contributing values to the formula is null then treat the cell as null but it still seems to treat it as 0.
e.g. =IF(G20="","",G20/G21*1000)
or am i misunderstanding the null issue??
Many thanx