Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
In a pie chart if there are multiple slices, then the readability decreases.
Therefore I am interested in knowing if excel provides a way of restricting the number of slices, yet accounts for the total picture. For example if there are 25 slices created, I would like the pie chart to display the top 5 as individual slices and the balance 20 to get clubbed together under OTHERS. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
There is no built in method for this. You would need to sort the data and then sum the points you want included in the Others category. And produce your pie on the six data points. Possible but not advised. You can use the Pie of Pie to create the chart. You need to know the cut off figure for the Others group. Or sort the data and define the position. Once you have the pie of pie you can format the gap width to be zero. The size of the second plot to be five. You then need to format each slice in the second pie to have no fill or border colour. Also set the leader lines to the same colour as the plot area. The major drawbacks with this work around are you can not rotate the pie so the Other slices is positioned nicely. Or get an Others category to appear in the legend. Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "McEwen" wrote in message ... In a pie chart if there are multiple slices, then the readability decreases. Therefore I am interested in knowing if excel provides a way of restricting the number of slices, yet accounts for the total picture. For example if there are 25 slices created, I would like the pie chart to display the top 5 as individual slices and the balance 20 to get clubbed together under OTHERS. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Thanks Andy for your feedback. I had previously tried what you had suggested
but was hoping for a better/easier way. Perhaps MS could take it on as a feature addition in a future release of Excel. "Andy Pope" wrote: Hi, There is no built in method for this. You would need to sort the data and then sum the points you want included in the Others category. And produce your pie on the six data points. Possible but not advised. You can use the Pie of Pie to create the chart. You need to know the cut off figure for the Others group. Or sort the data and define the position. Once you have the pie of pie you can format the gap width to be zero. The size of the second plot to be five. You then need to format each slice in the second pie to have no fill or border colour. Also set the leader lines to the same colour as the plot area. The major drawbacks with this work around are you can not rotate the pie so the Other slices is positioned nicely. Or get an Others category to appear in the legend. Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "McEwen" wrote in message ... In a pie chart if there are multiple slices, then the readability decreases. Therefore I am interested in knowing if excel provides a way of restricting the number of slices, yet accounts for the total picture. For example if there are 25 slices created, I would like the pie chart to display the top 5 as individual slices and the balance 20 to get clubbed together under OTHERS. |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Use the LARGE() function to identify the top five slices then subtract
from total to get remaining portion. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible to cut a pie chart into sections instead of slices | Charts and Charting in Excel | |||
Excel 2000 - Pie Chart # of slices | Charts and Charting in Excel | |||
Pie Chart Colouring - for top surface of slices only | Charts and Charting in Excel | |||
How do you change the order of the slices in a pie chart? | New Users to Excel | |||
subdivding pie chart slices | Charts and Charting in Excel |