0% and No Value in charts

pulkit476

New Member
Joined
May 14, 2012
Messages
1
i have a table which has values coming out of formulae
e.g.

A - 25.00%
B - 0.00%
D - #N/A
E - No Value



serierformulacalculated_valuedata1data2
a=IFERROR(IF(F5="","",F5/G5),NA())25.00%
1

<tbody>
</tbody>
4

<tbody>
</tbody>
b=IFERROR(IF(F6="","",F6/G6),NA())0.00%04
c=IFERROR(F7/G7,NA())#N/Ablankblank
d=IFERROR(IF(F8="","",F8/G8),NA())Blankblank4

<tbody>
</tbody>
now when i am plotting graph i am custom formatting the data labels as (#.00%;;;).
but the problem here is that 0.00% and 'No Value' are treated as same. I want to display 0% but not the blank cells. how can i make the data labels do it?

Please help
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,214,387
Messages
6,119,225
Members
448,877
Latest member
gb24

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