So what's the number format?Hi,
How to hide data labels with zero value? I did a bit search but all solutions suggested are by changing number format. As I already have a defined number format in the chart, changing format is not an option. Also, VBA is not an option.
O yes... Got it.... . Although if the format is applied on data table, the negative numbers get a slightly increased indent in the cell as compare to positive, but that's fine. Thanks for help.I don't think you're getting what we are saying. If you change the number format of the labels to use:
#'##0,;-#'##0, ;;
then they will display positive (and negative) numbers in the format you want but they won't show 0 values at all.
Didn't notice. Looks like I am too naive . Thanks.Remove the space after the second comma in Rory's number format.