R
rrstudio2
We are trying to determine how many orders are queued during
particular times and have a spreadsheet that list start and finish
times. I added some other columns that list specific times we are
wanting to know how many orders were queued at that specific time.
So I filled in the values that I would expect in this sample:
| Was in Queue at: |
Start | Finish | 08:00 | 22:15 | 00:00 |
07:50 08:03 Y N N
22:00 22:27 N Y N
23:55 00:15 N N Y
The formula I am currently doing this with is not pretty and I think
there is a simplier way to do this. The last example seems to trick
me up because you can't just check if the start time is less than the
queue time AND if the finish time is greater than the queue time. How
would you write a formula to do this?
Thanks,
Andrew V. Romero
particular times and have a spreadsheet that list start and finish
times. I added some other columns that list specific times we are
wanting to know how many orders were queued at that specific time.
So I filled in the values that I would expect in this sample:
| Was in Queue at: |
Start | Finish | 08:00 | 22:15 | 00:00 |
07:50 08:03 Y N N
22:00 22:27 N Y N
23:55 00:15 N N Y
The formula I am currently doing this with is not pretty and I think
there is a simplier way to do this. The last example seems to trick
me up because you can't just check if the start time is less than the
queue time AND if the finish time is greater than the queue time. How
would you write a formula to do this?
Thanks,
Andrew V. Romero