Creating a chart in Excel that ignores #N/A or blank cells

前端 未结 19 1771
挽巷
挽巷 2020-12-03 04:25

I am attempting to create a chart with a dynamic data series. Each series in the chart comes from an absolute range, but only a certain amount of that range may have data, a

19条回答
  •  無奈伤痛
    2020-12-03 05:14

    I had the same problem with a full line appearing.

    The end of my data only had #N/A.

    When I changed the chart type from a stacked line to line then the end of the line was removed from the chart.

    This did not work if the #N/A was in the middle of the data, only when it was in the trailing data.

提交回复
热议问题