I’m using an IF statement to copy numbers from one column into another based on the set conditions.
=IF(OR(D3>I3,D3<H3),D3,"")
The formulas works fine but when I graph it, cells that fail the test contain "" but plot as zero. Adjusting the HIDDEN and EMPTY CELLS option to: SHOW EMPTY CELLS AS: GAPS still plots zeroes.
Is there any way to not plot the blanks??? This is part of a template that needs to be operator insensitive. No manual solution (ie: copy, paste special, values)