[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]RANK[/TD]
[TD]TEAM NAME[/TD]
[TD]Played[/TD]
[TD]Points[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]TEAM A[/TD]
[TD]4[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]TEAM B[/TD]
[TD]4[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]TEAM C[/TD]
[TD]3[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]TEAM D[/TD]
[TD]4[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
TEAM INPUT CELL[TABLE="class: grid, width: 100, align: center"]
<tbody>[TR]
[TD]TEAM C[/TD]
[/TR]
</tbody>[/TABLE]
I am looking to try and find the TEAM NAME in the input cell within the range above and replicate the data above for the row above and below returning the following in another location:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Rank[/TD]
[TD]TEAM NAME[/TD]
[TD]Played[/TD]
[TD]Points[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]TEAM B[/TD]
[TD]4[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]TEAM C[/TD]
[TD]3[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]TEAM D[/TD]
[TD]4[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
Does anyone have any suggestions?
Thanks
<tbody>[TR]
[TD]RANK[/TD]
[TD]TEAM NAME[/TD]
[TD]Played[/TD]
[TD]Points[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]TEAM A[/TD]
[TD]4[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]TEAM B[/TD]
[TD]4[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]TEAM C[/TD]
[TD]3[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]TEAM D[/TD]
[TD]4[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
TEAM INPUT CELL[TABLE="class: grid, width: 100, align: center"]
<tbody>[TR]
[TD]TEAM C[/TD]
[/TR]
</tbody>[/TABLE]
I am looking to try and find the TEAM NAME in the input cell within the range above and replicate the data above for the row above and below returning the following in another location:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Rank[/TD]
[TD]TEAM NAME[/TD]
[TD]Played[/TD]
[TD]Points[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]TEAM B[/TD]
[TD]4[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]TEAM C[/TD]
[TD]3[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]TEAM D[/TD]
[TD]4[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
Does anyone have any suggestions?
Thanks