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

旧街凉风 提交于 2019-12-20 04:37:31

问题


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 Data labels, as #. But this still leaves Category name visible. Please advise how to suppress the Category name.


回答1:


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



来源:https://stackoverflow.com/questions/47069256/how-to-suppress-category-in-excel-pie-chart-for-zero-values

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!