Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I have 18 machines running during the course of the day. I would like to
create a chart with 1 - 18 on the y-axis and a horizontal bar or line corresponding to the times during the day that the machine was active with time (0:00 - 23:45) on the x-axis. I have the data for the time broken into a "start time" column and and "stop time" column with the corresponding machine number in a third column: MACHINE START STOP 2 0:27 1:30 2 1:32 1:49 2 1:57 2:40 2 2:57 3:25 2 3:45 4:28 2 4:55 5:12 2 5:16 5:32 2 5:41 5:46 Thank you in advance for the help. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() asaylor wrote: I have 18 machines running during the course of the day. I would like to create a chart with 1 - 18 on the y-axis and a horizontal bar or line corresponding to the times during the day that the machine was active with time (0:00 - 23:45) on the x-axis. I have the data for the time broken into a "start time" column and and "stop time" column with the corresponding machine number in a third column: MACHINE START STOP 2 0:27 1:30 2 1:32 1:49 2 1:57 2:40 2 2:57 3:25 2 3:45 4:28 2 4:55 5:12 2 5:16 5:32 2 5:41 5:46 Thank you in advance for the help. sounds like you're after a Gantt Chart. See the many many links at http://peltiertech.com/Excel/Charts/GanttLinks.html for how to make one. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() Something like the Gantt Chart Rob mentioned is probably your best charting option. Alternatively, if you like programming as much as I do, you could make bars by colouring adjacent cells. Would take a wee bit of code, but it would look good! EDIT: Actually, I juist noticed you're looking for minute-level resolution. Perhaps cells aren't the way to go. What I had in mind works better when the day is broken down into hours. -- F*SH ------------------------------------------------------------------------ F*SH's Profile: http://www.excelforum.com/member.php...o&userid=36355 View this thread: http://www.excelforum.com/showthread...hreadid=562820 |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Rob,
Thanks for the info "Rob Hick" wrote: asaylor wrote: I have 18 machines running during the course of the day. I would like to create a chart with 1 - 18 on the y-axis and a horizontal bar or line corresponding to the times during the day that the machine was active with time (0:00 - 23:45) on the x-axis. I have the data for the time broken into a "start time" column and and "stop time" column with the corresponding machine number in a third column: MACHINE START STOP 2 0:27 1:30 2 1:32 1:49 2 1:57 2:40 2 2:57 3:25 2 3:45 4:28 2 4:55 5:12 2 5:16 5:32 2 5:41 5:46 Thank you in advance for the help. sounds like you're after a Gantt Chart. See the many many links at http://peltiertech.com/Excel/Charts/GanttLinks.html for how to make one. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
new time series chart type | Charts and Charting in Excel | |||
Lookup function with condition in time series data | Excel Worksheet Functions | |||
plot multiple time series | Charts and Charting in Excel | |||
Time Series | Charts and Charting in Excel | |||
Charting time? help please... | Charts and Charting in Excel |