Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a workbook that contains a lot of pie charts that pull data from the
various worksheets. Sometimes the value is "0" for a data point and I would like to know if there is a way to hide the data labels for these data points so I don't have to manually hide them. The data in this workbook is changed often so I don't want to delete the data labels and then have to go through the process of re-inserting them later. |
#2
![]() |
|||
|
|||
![]()
Andy Pope has a solution on his site . . .
http://www.andypope.info/charts/piezeros.htm ---- Regards, John Mansfield http://www.pdbook.com "Kalabbi" wrote: I have a workbook that contains a lot of pie charts that pull data from the various worksheets. Sometimes the value is "0" for a data point and I would like to know if there is a way to hide the data labels for these data points so I don't have to manually hide them. The data in this workbook is changed often so I don't want to delete the data labels and then have to go through the process of re-inserting them later. |
#3
![]() |
|||
|
|||
![]()
If all your labels contain is the value, you can use a custom number
format. Double click the labels, click on the Number tab, select Custom in the left hand list, and enter soemthing like this 0;;; in the box. A custom number format has up to four items, arranged like this: {positive format};{negative format};{zero format};{text format} The format above tells Excel to use "0" as the format for positive numbers, nothing for negatives, nothing for zeros, and nothing for text. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Kalabbi wrote: I have a workbook that contains a lot of pie charts that pull data from the various worksheets. Sometimes the value is "0" for a data point and I would like to know if there is a way to hide the data labels for these data points so I don't have to manually hide them. The data in this workbook is changed often so I don't want to delete the data labels and then have to go through the process of re-inserting them later. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get my data labels on a pivot chart to retain their form. | Charts and Charting in Excel | |||
Pie Chart Data Labels | Charts and Charting in Excel | |||
Help with data not getting plotted | Excel Discussion (Misc queries) | |||
Help with data not getting plotted | Charts and Charting in Excel | |||
changing proportion of chart and data table | Charts and Charting in Excel |