Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create graph of time ranges in Excel

Can anyone help me create graph of time ranges of all elements in Excel. My data looks like this: Sample data

Connected At and Disconnected At data values are in 24 hours format.

I want to make: Desired graph

like image 900
user3157855 Avatar asked Oct 15 '25 16:10

user3157855


1 Answers

Do the bars have to be different colors?

enter image description here

If not, you can use a clustered bar chart.

enter image description here

"Connected at" is one time series, "disconnected at" is another. The "connected at" series should be listed second in the data source window.

enter image description here

Format "connected at" with white border lines and white fill in the format data series pane.

Last step is to set the Series overlap to 100% in the Series Options pane.

enter image description here

like image 187
Adam Avatar answered Oct 18 '25 05:10

Adam