Forum Discussion
Blank cells show up as zeros in chart
Arul Tresoldi thanks for you help. However, when I tried to use that formula, it says its not a valid formula. Any ideas why it's not working?
Emilia480 , try to change semicolons on commas within the formula
- Emilia480Aug 15, 2019Copper ContributorSergeiBaklan Arul Tresoldi, I replaced the semicolons with commas, which allowed the formula to go through. Thanks for the suggestion. But the blank cells still show up as zeros in my chart. Not sure what I'm missing.
- SergeiBaklanAug 15, 2019Diamond Contributor
For your formula you may return #N/A if error, like
=IFERROR(<your formula>,NA())
and check Show #N/A as empty cells together with Gaps for empty cells
Not to show errors in the table you may apply conditional formatting rule and format font to same color as background (white)
Please find this sample in attached file
- GaryChanApr 05, 2022Copper Contributor
I followed the instruction but the empty cells still showed up as data point. (The column of data was copied and pasted as values to ensure no formula is in there). I found out that I have to press "delete" on the already emptied cells to prevent the point from showing up in the chart... feels like Excel does not treat an emptied cell truly emptied until delete is done on the cell? Thanks for the help.