Forum Discussion

emmalc2950's avatar
emmalc2950
Copper Contributor
May 13, 2023
Solved

why is my dynamic chart plotting blank points as zero?

Hello,    I am working on a template for charting data. I want to be able to use a dynamic named ranges for series data so the chart is dynamic and I don't need to manually update the series data e...
  • Riny_van_Eekelen's avatar
    May 14, 2023

    emmalc2950 Change the double quotes at the end of the named ranges to NA(). That should fix it. A double quote is not considered an empty cell when plotting a line, whereas NA() will generate an #N/A error which will be ignored.

Resources