Chart - hide zero??

kizzie37

Well-known Member
Joined
Oct 23, 2007
Messages
585
Office Version
  1. 365
Hi

Is it possbile in Excel 2010 (or earlier) to have a chart show only those items that have a value greater than zero, without having to manually exlude that data??.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi

Is it possbile in Excel 2010 (or earlier) to have a chart show only those items that have a value greater than zero, without having to manually exlude that data??.

If you can post some data I can see what I can do, I use charts daily and link them to tables this works well for me.
 
Upvote 0
There are Hidden and Empty Cell settings that you can play with, but if you don't want 0's to plot you can use =NA(), as #N/A won't plot (it won't flatline your chart).

You can use it like this:

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

HTH,
 
Upvote 0
simplistic, but you should get the idea, suppose i have a bunch of cells with values, and then mixed in some at zero value, they would change each week

Book1
ABCDE
1JobDescriptionJobClassificationTODATE1TODATE2TotalCost
2TEST1AAAA$7,000.00$11,000.00$18,000.00
3TEST2BBBB$16,000.00$2,000.00$18,000.00
4TEST3CCCC$-$-$-
Sheet1
 
Upvote 0

Forum statistics

Threads
1,224,551
Messages
6,179,476
Members
452,915
Latest member
hannnahheileen

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