Spikenaylor
Board Regular
- Joined
- Apr 14, 2013
- Messages
- 116
- Office Version
- 365
- Platform
- Windows
I have a list of date and times which an item was entered into a fridge
the fridge has a humidity and temperature sensor, both could indicate individually that the fridge has gone out of spec and then come back in.
I have calculated a list of times the fridge is completely back in spec
I now need to show in column B for each item entered, the time the fridge has completely come back in spec.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]Z[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Time item into fridge[/TD]
[TD]Time fridge fully back in spec for this item, (what the value should be)[/TD]
[TD][/TD]
[TD]Calculated times fridge back in spec[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10:47[/TD]
[TD]11:01[/TD]
[TD][/TD]
[TD]11:01[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:06[/TD]
[TD]11:24[/TD]
[TD][/TD]
[TD]11:24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:36[/TD]
[TD]11:57[/TD]
[TD][/TD]
[TD]11:57[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12:03[/TD]
[TD]12:44[/TD]
[TD][/TD]
[TD]12:44[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12:25[/TD]
[TD]12:44[/TD]
[TD][/TD]
[TD]13:24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12:52[/TD]
[TD]13:24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13:04[/TD]
[TD]13:24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
It is basically get the next highest time in Z for the value in A
just struggling to get it to work
I seem to just continually get one result of 12:44, when there should be two results of 12:44
any pointers greatly received
many thanks for looking
the fridge has a humidity and temperature sensor, both could indicate individually that the fridge has gone out of spec and then come back in.
I have calculated a list of times the fridge is completely back in spec
I now need to show in column B for each item entered, the time the fridge has completely come back in spec.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]Z[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Time item into fridge[/TD]
[TD]Time fridge fully back in spec for this item, (what the value should be)[/TD]
[TD][/TD]
[TD]Calculated times fridge back in spec[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10:47[/TD]
[TD]11:01[/TD]
[TD][/TD]
[TD]11:01[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:06[/TD]
[TD]11:24[/TD]
[TD][/TD]
[TD]11:24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:36[/TD]
[TD]11:57[/TD]
[TD][/TD]
[TD]11:57[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12:03[/TD]
[TD]12:44[/TD]
[TD][/TD]
[TD]12:44[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12:25[/TD]
[TD]12:44[/TD]
[TD][/TD]
[TD]13:24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12:52[/TD]
[TD]13:24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13:04[/TD]
[TD]13:24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
It is basically get the next highest time in Z for the value in A
just struggling to get it to work
I seem to just continually get one result of 12:44, when there should be two results of 12:44
any pointers greatly received
many thanks for looking