I want my chart to display a line graph without dropping at the end of the line where data is still to be inputted.
I need the chart to have the blank cells included so that it updates automatically. The cell references used in chart refer back to other worksheet. Using IF statement:
=IF('Week 45'!$C$7<=0,"",'Week 45'!$C$7))
means line on chart still drops when I just want it to stop if this makes sense.
Can anyone help out on this one?
I need the chart to have the blank cells included so that it updates automatically. The cell references used in chart refer back to other worksheet. Using IF statement:
=IF('Week 45'!$C$7<=0,"",'Week 45'!$C$7))
means line on chart still drops when I just want it to stop if this makes sense.
Can anyone help out on this one?