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

前端 未结 19 1807
挽巷
挽巷 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:06

    You can use the function "=IF(ISERROR(A1);0;A1)" this will show zero if the cell A1 contains an errore or the real value if it doesn't.

提交回复
热议问题