T
trizub
How do I add a cell to a data series without changing the range of the
data series? I have a line chart with a line that represents only 30
days of data (the chart data series is defined to be exactly 30 cells
high). When I update the data with today's data by inserting today's
date and data to the top of the data series range, the data series
definition in the charts changes to 31 days high. I need it to be
only 30 days high after the insert. I don't want to change or write a
macro to change the data series definition in the chart. I tried
naming the range and using the name in the data series, but after
doing the update/insert, the range grows to 31 days.
data series? I have a line chart with a line that represents only 30
days of data (the chart data series is defined to be exactly 30 cells
high). When I update the data with today's data by inserting today's
date and data to the top of the data series range, the data series
definition in the charts changes to 31 days high. I need it to be
only 30 days high after the insert. I don't want to change or write a
macro to change the data series definition in the chart. I tried
naming the range and using the name in the data series, but after
doing the update/insert, the range grows to 31 days.