I have an excel chart which gets data from a seperate sheet. When the external sheet has data inputted, the data will be reflected in my excel worksheet and consequently the graph. I have used the statement :
=IF('V:\Planning\Indicator\[Safety Exam Faults.xls]Safety Exam Faults'!D12<>"",'V:\Planning\Indicator\[Safety Exam Faults.xls]Safety Exam Faults'!D12,""
to avoid showing blank (i.e not yet available) data but the excel chart assumes the cells which are "" have the value as 0. How can I get the chart not to show the blank cell values?
Cheers
Matt
=IF('V:\Planning\Indicator\[Safety Exam Faults.xls]Safety Exam Faults'!D12<>"",'V:\Planning\Indicator\[Safety Exam Faults.xls]Safety Exam Faults'!D12,""
to avoid showing blank (i.e not yet available) data but the excel chart assumes the cells which are "" have the value as 0. How can I get the chart not to show the blank cell values?
Cheers
Matt