Labels of zero values show up in ring chart

negro

New Member
Joined
Oct 11, 2018
Messages
1
Hi everyone,

I'm trying to set up a ring chart, with both labels and values showing up in the correspondive parts. Only now, labels of zero values appear too, messing things up.

I have set zero values not to appear in the cells, but it didn't help.
(I cannot use NA() since other formulas need to make use of these zero values)

I'm using Excel 2007. Is there a way out?

Thanks :)


 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
If I ever come across this I duplicate the data specifically for the graph with formulas like (I think you know this from what you said about NA() but for those that don't...);

Code:
=IF(A1=0,NA(),A1)

And set your graph to that range and the original formulas can still use the 0
 
Upvote 0

Forum statistics

Threads
1,216,073
Messages
6,128,645
Members
449,461
Latest member
kokoanutt

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top