If you want the chart to ignore zero values you would need to use NA()
in place of Null in Mike's formulae
=IF(Sheet3!A1<>"",Sheet3!A1,NA())
This will show #N/A in the cells, which the Chart will ignore as a
datapoint.
If the aesthetics of having #N/A showing on the sheet bothers you, then
you could apply conditional formatting on the cells to set the Font the
same colours as the background of the cell.
In the CF, use Formula Is and =NOT(ISNUMBER(A1))
I am having a problem similar to Alex's. I am trying to hide the #N/A
symbol. I tried the conditional formatting angle, but it didn't work. Any
suggestions?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.