E
E
I need to calculate the time it takes between procedures to set up a room.
Here is some sample data
Date Room TimeIn TimeOut
1/05/06 A 11:30 AM 11:47 AM
1/05/06 A 12:02 PM 1:12 PM
1/05/06 B 8:47 AM 10:17 AM
Basically, I need to subtract the TimeOut in record 1 from the TimeIn for
record 2 to get my set-up time.
Thanks
Here is some sample data
Date Room TimeIn TimeOut
1/05/06 A 11:30 AM 11:47 AM
1/05/06 A 12:02 PM 1:12 PM
1/05/06 B 8:47 AM 10:17 AM
Basically, I need to subtract the TimeOut in record 1 from the TimeIn for
record 2 to get my set-up time.
Thanks