ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   How can I make a none value cell not show as zero on a chart? (https://www.excelbanter.com/charts-charting-excel/54072-how-can-i-make-none-value-cell-not-show-zero-chart.html)

cybermrt

How can I make a none value cell not show as zero on a chart?
 
If a cell has a hidden fomula that returns a blank cell, then the chart
always reads this as a zero and plots the line as a zero?

Similarly if the cell contains a letter rather than a number, this will also
be plotted as a zero?

Andy Pope

How can I make a none value cell not show as zero on a chart?
 
Hi,

Depending on the chart type you can use NA() instead of "" in your formula.
=IF( A1 < "X" , A1 , NA() )

Cheers
Andy

cybermrt wrote:
If a cell has a hidden fomula that returns a blank cell, then the chart
always reads this as a zero and plots the line as a zero?

Similarly if the cell contains a letter rather than a number, this will also
be plotted as a zero?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


All times are GMT +1. The time now is 08:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com