I am trying to create a chart using the following table:
....A...B...C
1...5.......4
2...3.......3
3...8.......7
Formula used in cell B3 is:
=IF(SUM(B1:B2)=0,"",SUM(B1:B2))
When I create the chart; it returns showing a "zero" value from that cell. Cell B3 is not really "empty"; How can I make the chart to show it as "empty", even when there is a formula?
Thanks in advance.
....A...B...C
1...5.......4
2...3.......3
3...8.......7
Formula used in cell B3 is:
=IF(SUM(B1:B2)=0,"",SUM(B1:B2))
When I create the chart; it returns showing a "zero" value from that cell. Cell B3 is not really "empty"; How can I make the chart to show it as "empty", even when there is a formula?
Thanks in advance.