Forum Discussion

Michael_Bolsius's avatar
Michael_Bolsius
Copper Contributor
Jul 28, 2021
Solved

line chart data vs formulas

Hi, When creating a line graph from a range with (manually) entered data, including dates in the future where cells are still empty, the line stops in ´mid air´ at the first empty cell. However, cr...
  • HansVogelaar's avatar
    Jul 28, 2021

    Michael_Bolsius 

    I assume that the formula returns "" if there are no data yet.

    You could change that to NA()

    Excel by default suppresses #NA values in a chart.

     

    Another option would be to define dynamic named ranges for the x-values and each of the series, to include only the dates for which there are data.