I have set up some bar chart graphs with their Data Labels set to Show Value,
In the data for the graph I have used an if statement to show the data to use or the na() function if no data available to show.
The problem that I am having is that the Data Label shows the #N/A as the value. If I change the na() function in the formula to a blank – “” then the Data Label shows a 0.
How can I persuade the graph to just leave an unfilled gap when there is no data
Peter