Forum menu
Excel - Sunburst ch...
 

[Closed] Excel - Sunburst chart to show a coloured rating?

Posts: 16147
Free Member
Topic starter
 

I am creating an Excel sunburst chart.

Example

Inner Segment = Division
Next Segment = Department
Outer Segment = Rating (Good, Average, Poor)

The sunburst automatically colours each division, department and rating under the same colour based on division (which I am happy with)

However I would like to change the outer segment rating to reflect Good (Green), Average (Yellow) and Poor (red)

Can you do this?

Thanks in advance


 
Posted : 02/11/2021 4:16 pm
Posts: 10944
Full Member
 

Not sure it's a standard feature - you can change each segment manually so depends how many there are and how often the ratings change. If you're competent with VBA you could build a macro to remap the colours.


 
Posted : 02/11/2021 5:08 pm
Posts: 16147
Free Member
Topic starter
 

so depends how many there are and how often the ratings change. If you’re competent with VBA you could build a macro to remap the colours.

Too many segments, and would change too often to manually change, something I had already considered.

...and my macro skills are not great other than recording a basic function!


 
Posted : 02/11/2021 5:26 pm
Posts: 1294
Free Member
 

I don't think there's any other way to do it in a chart, the conditional formatting options are only for cells.


 
Posted : 02/11/2021 5:45 pm
Posts: 0
Free Member
 

I have one set up at work that does this but it required VBA


 
Posted : 02/11/2021 8:22 pm