H
Hawksy
Hello,
Have a bit of a conundrum here and was wondering if anyone could help
I'm trying to put together a series of formulas and having littl
success.
I have a weeks worth of data relating to a task. For each task I hav
the date, task submitted time and task started time.
What I want to do is find the 'highest wait time by day and by shift'
So far I have managed to get the wait time:
A1) is SubmitDate/time = 24/11/2003 15:15
B2) is Start Date/time = 24/11/2003 15:45
C3) is Wait time = B2- A2 (with the cell format as [h]:mm)
D4) Submit time = A1 (with the cell formatt as hh:mm)
To get the shift I tried the following
Shift =IF($D2>=0.666666666666667,"Evening"
IF($D2>=0.333333333333333,"Day",IF($D2>=0,"Graveyard")))
The first problem is that D4 still contains the date as well as th
time. Is there any way to use a formula to ensure that only the time i
shown in this cell. This should make the shift formula work.
After that I have no idea where to begin with getting the highest o
these wait times by shift and by day.
Help
Have a bit of a conundrum here and was wondering if anyone could help
I'm trying to put together a series of formulas and having littl
success.
I have a weeks worth of data relating to a task. For each task I hav
the date, task submitted time and task started time.
What I want to do is find the 'highest wait time by day and by shift'
So far I have managed to get the wait time:
A1) is SubmitDate/time = 24/11/2003 15:15
B2) is Start Date/time = 24/11/2003 15:45
C3) is Wait time = B2- A2 (with the cell format as [h]:mm)
D4) Submit time = A1 (with the cell formatt as hh:mm)
To get the shift I tried the following
Shift =IF($D2>=0.666666666666667,"Evening"
IF($D2>=0.333333333333333,"Day",IF($D2>=0,"Graveyard")))
The first problem is that D4 still contains the date as well as th
time. Is there any way to use a formula to ensure that only the time i
shown in this cell. This should make the shift formula work.
After that I have no idea where to begin with getting the highest o
these wait times by shift and by day.
Help