[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Find[/TD]
[TD]Found[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]Red[/TD]
[TD]Clare[/TD]
[TD]Walker
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]Black[/TD]
[TD]Paul[/TD]
[TD]Binns[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]Purple[/TD]
[TD]Sharon[/TD]
[TD]Codd[/TD]
[/TR]
[TR]
[TD]Result[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]
<tbody>
</tbody>[/TD]
[TD]
<tbody>
</tbody>[/TD]
[TD]
<tbody>
</tbody>[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Red[/TD]
[TD]Clare[/TD]
[TD]Walker[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Black[/TD]
[TD]Paul[/TD]
[TD]Binns[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Pink[/TD]
[TD]David[/TD]
[TD]James[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Purple[/TD]
[TD]Sharon[/TD]
[TD]Codd[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi
Couldn't work out how to put this text above the table.
I want to have some code that loops through Column D ("Find"), matches the number in Column A and pulls out the three cells to the right of that (As shown). However the numbers in the column above the word "Result" get ignored and sometimes there is more or less that the four currently showing above the word "Result".
Thanks
<tbody>[TR]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Find[/TD]
[TD]Found[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]Red[/TD]
[TD]Clare[/TD]
[TD]Walker
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]Black[/TD]
[TD]Paul[/TD]
[TD]Binns[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]Purple[/TD]
[TD]Sharon[/TD]
[TD]Codd[/TD]
[/TR]
[TR]
[TD]Result[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]
Blue |
<tbody>
</tbody>
[TD]
John |
<tbody>
</tbody>
[TD]
Smith |
<tbody>
</tbody>
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Red[/TD]
[TD]Clare[/TD]
[TD]Walker[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Black[/TD]
[TD]Paul[/TD]
[TD]Binns[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Pink[/TD]
[TD]David[/TD]
[TD]James[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Purple[/TD]
[TD]Sharon[/TD]
[TD]Codd[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi
Couldn't work out how to put this text above the table.
I want to have some code that loops through Column D ("Find"), matches the number in Column A and pulls out the three cells to the right of that (As shown). However the numbers in the column above the word "Result" get ignored and sometimes there is more or less that the four currently showing above the word "Result".
Thanks