Hi everyone!
I'm struggling in creating a chart, where I have an horizontal set of values, and I'm having the chart work dynamically by naming ranges and populating with this formula "=OFFSET(eNPS!$J$31,0,1,1,COUNTA(eNPS!$31:$31)-1)"
This way, the series should only pick up cells that have values. The problem is that some cells have no value, but there's a formula resulting in "", thus "populating" and the COUNTA picks them up.
Any idea how I could avoid the chart from picking up this blank cells with formulas?
I'm struggling in creating a chart, where I have an horizontal set of values, and I'm having the chart work dynamically by naming ranges and populating with this formula "=OFFSET(eNPS!$J$31,0,1,1,COUNTA(eNPS!$31:$31)-1)"
This way, the series should only pick up cells that have values. The problem is that some cells have no value, but there's a formula resulting in "", thus "populating" and the COUNTA picks them up.
Any idea how I could avoid the chart from picking up this blank cells with formulas?