Hi guys, would appreciate any help with this please.
Trying to return min and max for values for blank (?) columns below.
So here's the logic: Table 1
IF Type column="Bulk", then Vlookup Transponder column and match to Table 2 Transponder column and return min date
Note: Transponder value can have multiple Registration Times against it
[TABLE="width: 500"]
<tbody>[TR]
[TD]TABLE 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Transponder[/TD]
[TD]Type[/TD]
[TD]Min Registration Time[/TD]
[TD]Max Registration Time[/TD]
[/TR]
[TR]
[TD][TABLE="width: 101"]
<tbody>[TR]
[TD="class: xl65, width: 101"]11001026934[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Bulk[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD][TABLE="width: 102"]
<tbody>[TR]
[TD="width: 102"]11001026937[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Clearance[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD][TABLE="width: 102"]
<tbody>[TR]
[TD="width: 102"]11001026937[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Bulk[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]TABLE 2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Transponder[/TD]
[TD]Registration Time[/TD]
[/TR]
[TR]
[TD]11001026934[/TD]
[TD]28/05/2018 18:52
[/TD]
[/TR]
[TR]
[TD]11001026934[/TD]
[TD]28/05/2018 19:02[/TD]
[/TR]
[TR]
[TD]11001026934[/TD]
[TD]28/05/2018 15:02[/TD]
[/TR]
[TR]
[TD]11001026937[/TD]
[TD]25/05/2018 11:32[/TD]
[/TR]
[TR]
[TD]11001026937[/TD]
[TD]25/05/2018 9:32[/TD]
[/TR]
[TR]
[TD]11001026937[/TD]
[TD]25/05/2018 11:55[/TD]
[/TR]
</tbody>[/TABLE]
Trying to return min and max for values for blank (?) columns below.
So here's the logic: Table 1
IF Type column="Bulk", then Vlookup Transponder column and match to Table 2 Transponder column and return min date
Note: Transponder value can have multiple Registration Times against it
[TABLE="width: 500"]
<tbody>[TR]
[TD]TABLE 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Transponder[/TD]
[TD]Type[/TD]
[TD]Min Registration Time[/TD]
[TD]Max Registration Time[/TD]
[/TR]
[TR]
[TD][TABLE="width: 101"]
<tbody>[TR]
[TD="class: xl65, width: 101"]11001026934[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Bulk[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD][TABLE="width: 102"]
<tbody>[TR]
[TD="width: 102"]11001026937[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Clearance[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD][TABLE="width: 102"]
<tbody>[TR]
[TD="width: 102"]11001026937[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Bulk[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]TABLE 2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Transponder[/TD]
[TD]Registration Time[/TD]
[/TR]
[TR]
[TD]11001026934[/TD]
[TD]28/05/2018 18:52
[/TD]
[/TR]
[TR]
[TD]11001026934[/TD]
[TD]28/05/2018 19:02[/TD]
[/TR]
[TR]
[TD]11001026934[/TD]
[TD]28/05/2018 15:02[/TD]
[/TR]
[TR]
[TD]11001026937[/TD]
[TD]25/05/2018 11:32[/TD]
[/TR]
[TR]
[TD]11001026937[/TD]
[TD]25/05/2018 9:32[/TD]
[/TR]
[TR]
[TD]11001026937[/TD]
[TD]25/05/2018 11:55[/TD]
[/TR]
</tbody>[/TABLE]