G
Guest
Hello All,
I have a table with the following data in:
Flights Chute Open Close
BA121 1b 05:00 07:00
BA123 1b 09:15 12:15
BA432 1b 13:20 15:30
BA341 1b 17:30 20:10
What I need to be able to do is get the time difference between the first
close time and next open time ie..
ba121 closes at 07:00 ba123 opens at 09:15 so time avail between 2:15
the ouput I need is as follows:
Flights Chute Open Close TimeAvail
BA121 1b 05:00 07:00 02:15
BA123 1b 09:15 12:15 01:05
BA432 1b 13:20 15:30 02:00
BA341 1b 17:30 20:10
any ideas would be mucho appreciated.....
I have a table with the following data in:
Flights Chute Open Close
BA121 1b 05:00 07:00
BA123 1b 09:15 12:15
BA432 1b 13:20 15:30
BA341 1b 17:30 20:10
What I need to be able to do is get the time difference between the first
close time and next open time ie..
ba121 closes at 07:00 ba123 opens at 09:15 so time avail between 2:15
the ouput I need is as follows:
Flights Chute Open Close TimeAvail
BA121 1b 05:00 07:00 02:15
BA123 1b 09:15 12:15 01:05
BA432 1b 13:20 15:30 02:00
BA341 1b 17:30 20:10
any ideas would be mucho appreciated.....