I'm attempting to generate a chart by using dynamic named ranges. The column of data that makes up the named range has cells displaying values and then below those are cells that do not yet display values but do contain an underlying formula. The problem I am facing is that the lower cells, the ones that contain a formula but do not yet display a value, are displaying on the chart as 0 values.
How do I overcome this, so that the chart only displays the preceding, non-zero values?
In case of need, the dynamic named range Refers to: =OFFSET('D_RT'!$M$61,0,0,COUNTA('D_RT'!$M$61:$M$200),1). Currently the range M61:M83 contains displayed values and the range M84:M200 has a formula in every cell but there is no displayed value.