Hi I am using a countif formula to count a certain creteria and then plot the results on a column graph.
The problem I have is that, if the count is 0 the column graph displays a 0 value.
How can I make excel not display a 0 value if that cell's value is 0?
I have tried an if statement with na() i.e
=IF(COUNTIF(A1:A20,answer=0),NA(),COUNTIF(A1:A20,answer))
but is does not work for this type of graph. It just displays an #N/A
Any suggestions?
Thanks.
The problem I have is that, if the count is 0 the column graph displays a 0 value.
How can I make excel not display a 0 value if that cell's value is 0?
I have tried an if statement with na() i.e
=IF(COUNTIF(A1:A20,answer=0),NA(),COUNTIF(A1:A20,answer))
but is does not work for this type of graph. It just displays an #N/A
Any suggestions?
Thanks.