1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Creating graphswith empty cells.

Our take

Creating graphs with empty cells can be challenging, especially when you want to visualize cumulative spending without interruptions in the data. In your case, where a weekly data array tracks quarterly spending, it's essential to ensure that the line graph reflects only the available data while leaving space for future entries. To achieve this, you can modify your chart settings to handle empty cells appropriately, allowing the line to continue without dropping to zero.

I have a data array I use to feed a chart. The chart is cumulative spending on a quarterly basis at a weekly level and it's reviewed every week.

I have one row for each week of the quarter and the values are the QTD spending upto that week. This means that I'll only fill up the array part way during the quarter. But I want to create charts where I just select the entire array including the empty cells which will be populated with data in the coming weeks.

The problem is that when I plug in the range for the line graph, the line keeps going up and then drops to zero.

I don't want it to drop. I want the chart to pick up what's there, plot a line half way through and stop. With space for the next few weeks already in the axis.

Any ideas?

submitted by /u/procrastinator__101
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles