Forum Discussion
Jarod Hart
Feb 28, 2018Copper Contributor
Line Chart not display cell value if logic formula results in "" (null/blank cell)
Hi,
I'm trying to determine if it is possible to have a line chart treat a cell that has a logic formula resulting in a "" value as a blank cell, thus resulting in a gap in the line.
For ...
SergeiBaklan
Feb 28, 2018Diamond Contributor
Hi Jarod,
You may use #N/A instead of "" like
=if(A1="Yes",200,NA())
and in the table you may hide #N/A using conditional formatting with =ISNA(<>) rule.
If you have calculations on your table like SUM, etc., when use AGGREGATE with ignore error option.
For the chart you shall check Show #N/A as empty cell option. Above for 2016, not sure about earlie versions.