I have a dataset with datetimes as column headers, and the datetimes are non-uniform, i.e. they are not every x hours, e.g. I have a columns with 22/11/2017 13:12, 22/11/2017 19:03, 24/11/2017 10:46. That is, the intervals between the datetimes could be a few hours or several days. In each column I have several rows of numeric data.
I would like to create a stacked area chart with a datetime axis. However, Excel either treats the columns as uniformly spaced (when text format is selected for the x-axis), or only shows one data point per day (when date format is selected for the x-axis). I have managed to create a line chart of this data, by using the scatter chart and joining the points with a line. But I cannot find any equivalent way to make a stacked area chart.
Anyone know how to do this?
Bookmarks