Hi Everyone
I have a data table that shows a list of times Trailers were tipped, from which site in time order such as
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Despatch Site[/TD]
[TD]Time of Trailer Unloaded[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]28/02/2016[/TD]
[TD]MD01[/TD]
[TD]06:13[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]28/02/2016[/TD]
[TD]KA09[/TD]
[TD]06:56[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]28/02/2016[/TD]
[TD]MD19[/TD]
[TD]07:42[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I then on a separate sheet have a list of data with times on which I need to return the value of the Despatch Site for that time.
So
[TABLE="width: 500"]
<tbody>[TR]
[TD]06:20[/TD]
[/TR]
[TR]
[TD]06:31[/TD]
[/TR]
[TR]
[TD]07:50[/TD]
[/TR]
</tbody>[/TABLE]
Would return These despatch sites as they fall within the time period before the next Trailer
06:20 MD01
06:31 MD01
07:50 MD19
Does anyone know of a calculation for me to do this and not do it manually?
Thanks in advance
I have a data table that shows a list of times Trailers were tipped, from which site in time order such as
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Despatch Site[/TD]
[TD]Time of Trailer Unloaded[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]28/02/2016[/TD]
[TD]MD01[/TD]
[TD]06:13[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]28/02/2016[/TD]
[TD]KA09[/TD]
[TD]06:56[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]28/02/2016[/TD]
[TD]MD19[/TD]
[TD]07:42[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I then on a separate sheet have a list of data with times on which I need to return the value of the Despatch Site for that time.
So
[TABLE="width: 500"]
<tbody>[TR]
[TD]06:20[/TD]
[/TR]
[TR]
[TD]06:31[/TD]
[/TR]
[TR]
[TD]07:50[/TD]
[/TR]
</tbody>[/TABLE]
Would return These despatch sites as they fall within the time period before the next Trailer
06:20 MD01
06:31 MD01
07:50 MD19
Does anyone know of a calculation for me to do this and not do it manually?
Thanks in advance