New to the forums, but not to OO. Been using it for general spreadsheet work for....a while. I usually go to Google for answers but I'm coming up vastly short this time.

I am working on a railroad dispatching simulation where certain trains enter a small yard, do some work, then depart. I am trying to make sure I don't have too many trains for track so I am trying to use a Stacked Bar graph to visualize what trains are at the yard when.
Column A are the Train Symbols
Column B is the Arrival Time (formatted to HH:MM) in 24hr time.
Column C is the Departure Time (formatted to HH:MM) in 24hr time.
Column D is the Time Spent (using the =(C2-B2+(C2<B2)) formula for over midnight calculations; formatted to HH:MM).
I'd like the X Axis data to be Column A data - this is about the only thing I've successfully managed.
I'd like the Y Axis to run from 04:30 to 04:30 (24 hrs) - I get errors trying to do this because the minimum and maximum are the "same." I could pare it down to 04:45 to 01:30 but the problem still remains as the maximum is "lower."
I'd like the graph to show a bar between the Arrival and Departure times - currently the bars are kinda all over the place because the Y Axis doesn't cooperate.
For instance:
Q640 arrives at 04:45 and departs 05:45, I'd like a bar between those two times on a line.
Q217 arrives at 1930 and departs at 00:30, so on and so forth.
I hope I've adequately described what I'm looking for and the issues I'm running in to.
Thank you!
Edit: Changed subject, was Chart Assistance Make your post understandable by others -- MrProgrammer, forum moderator |