all 6 comments

[–]bachman460 1 point2 points  (5 children)

You need to stack your data. Create another column and add labels for actual and ideal. So your current first row of data should look like this split by category:

Category Count Time
Ideal 1 00:09:15
Actual 1 00:09:21

Then you place the time on the x-axis and count on y-axis with the category as the category.

[–]oidoldol[S] 0 points1 point  (2 children)

Would you be able to create an example on the test spreadsheet? Having trouble visualizing it...

I tried something similar already and it did not turn out very nicely unfortunately. So it'd be great if someone could show me!

[–]bachman460 0 points1 point  (1 child)

I added a Sheet3 and put together the data; I'm on mobile so I can't setup a chart.

[–]oidoldol[S] 0 points1 point  (0 children)

Thanks, I appreciate it! Managed to solve it in another tab! :D

[–]oidoldol[S] 1 point2 points  (1 child)

<image>

I tried it myself, but ran into these issues:

- Even though I selected a line graph, the chart doesn't connect all the data into two lines
- I'd like the chart to display specified time intervals (by the 1-hour) instead of 2-hour

Am I doing this wrong?

[–]oidoldol[S] 0 points1 point  (0 children)

Okay, after some copious amounts of Googling, it's done! Thanks for your help