Hi,
For example, if the table below represents all the data I have selected for the chart to plot.
However, I do not want the chart to plot the values of the 1st and 5th rows (where there is no data in either cell), as for my data range that means the actual data part is highly compressed and you can't see it.
Is there an easy solution to this, or do I need to try and find a double offset solution?
Thanks
<tbody>
</tbody>
For example, if the table below represents all the data I have selected for the chart to plot.
However, I do not want the chart to plot the values of the 1st and 5th rows (where there is no data in either cell), as for my data range that means the actual data part is highly compressed and you can't see it.
Is there an easy solution to this, or do I need to try and find a double offset solution?
Thanks
BLANK | BLANK |
1 | 5 |
2 | 6 |
3 | 7 |
BLANK | BLANK |
<tbody>
</tbody>