How to suppress Category in Excel Pie Chart for zero values?

后端 未结 1 714
死守一世寂寞
死守一世寂寞 2021-01-24 17:22

The data source for the Pie chart is Pivot table, with values set as % of column total. I am able to suppress the data values in the Pie chart by custom formatting number in Dat

相关标签:
1条回答
  • 2021-01-24 18:00

    Pie charts will ignore categories with value set to #N/A so an if statement that switches zeros to NA() will do this.

    0 讨论(0)
提交回复
热议问题