[TABLE="width: 456"]
<colgroup><col><col span="2"><col><col></colgroup><tbody>[TR]
[TD]Eng1[/TD]
[TD]Eng2[/TD]
[TD]Eng3[/TD]
[TD]Lowest Miles[/TD]
[TD] Eng[/TD]
[/TR]
[TR]
[TD]40[/TD]
[TD]39[/TD]
[TD]52[/TD]
[TD="align: center"]39[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to match the 'lowest miles' number to the three ENG numbers. When matched, I want to display the ENG1/2/3 under ENG
<colgroup><col><col span="2"><col><col></colgroup><tbody>[TR]
[TD]Eng1[/TD]
[TD]Eng2[/TD]
[TD]Eng3[/TD]
[TD]Lowest Miles[/TD]
[TD] Eng[/TD]
[/TR]
[TR]
[TD]40[/TD]
[TD]39[/TD]
[TD]52[/TD]
[TD="align: center"]39[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to match the 'lowest miles' number to the three ENG numbers. When matched, I want to display the ENG1/2/3 under ENG