This one has been haunting me for some time.
I am setting up a dashboard (which includes prices and dates) so that when I receive new raw data, my graphs refresh automatically. Thus, I've set up time graphs - think a line chart with the horizontal axis being "Months." Currently (since I only have data through July), the graphs will show data for January - July, then tapper off to zeros in July-December.
Data feed is two-fold: Raw data page, then sumifs on the dashboard page to calculate monthly totals. The graph data pulls from the dashboard page's sumifs. Because I want this to refresh automatically when I obtain new data, my cells for the future months default to "0" with a iferror statement. Because of this iferror formula, the graphing "Show Zero's as blank" command does not work.
I'd like to be able to create a graph that will only show the months to date, but when new data is available for an additional month, the graph will automatically add this item.
Is this possible without the use of VBA?
I am setting up a dashboard (which includes prices and dates) so that when I receive new raw data, my graphs refresh automatically. Thus, I've set up time graphs - think a line chart with the horizontal axis being "Months." Currently (since I only have data through July), the graphs will show data for January - July, then tapper off to zeros in July-December.
Data feed is two-fold: Raw data page, then sumifs on the dashboard page to calculate monthly totals. The graph data pulls from the dashboard page's sumifs. Because I want this to refresh automatically when I obtain new data, my cells for the future months default to "0" with a iferror statement. Because of this iferror formula, the graphing "Show Zero's as blank" command does not work.
I'd like to be able to create a graph that will only show the months to date, but when new data is available for an additional month, the graph will automatically add this item.
Is this possible without the use of VBA?