I'm trying to visualize the mean number of clicks and mean completion time of a given task executed on two different websites. Given the following data:
KUL (Task 1) | Gent (Task 1) | |
---|---|---|
Mean Number of clicks | 6.75 | 5.00 |
Mean Completion time | 25.13 | 20.00 |
For that, I want a two-y-axis bar chart plot that shows a pair of bars comparing the number of clicks and another pair comparing the completion time. I started trying to do it on Google Sheets and the closest I've gotten was this:
I created the table below and selected the 4 series to plot the bar chart in the image.
KUL (Task 1) clicks | KUL (Task 1) time | Gent (Task 1) clicks | Gent (Task 1) time | |
---|---|---|---|---|
Mean Number of clicks | 6.75 | 5.00 | ||
Mean Completion time | 25.13 | 20.00 |
I know that it's a lot of work for something that could be done in Paint but I'm curious to know if there's a straightforward way to do something like that in Google Sheets.