[TABLE="class: grid, width: 250"]
<tbody>[TR]
[TD][/TD]
[TD]Eggs[/TD]
[TD]Sausage[/TD]
[TD]Toast[/TD]
[TD]Bacon[/TD]
[/TR]
[TR]
[TD]Jun 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jun 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jun 3[/TD]
[TD][/TD]
[TD="align: center"]x[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jun 4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hello,
I'm looking for a code to find matching column and row and select that cell. For example, for Sausage and Jun 3, select the 'x' cell.
I'm thinking of the cell.find coding but I think that's only row or only column and not the combination of both?
Any help is much appreciated, thank you!
<tbody>[TR]
[TD][/TD]
[TD]Eggs[/TD]
[TD]Sausage[/TD]
[TD]Toast[/TD]
[TD]Bacon[/TD]
[/TR]
[TR]
[TD]Jun 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jun 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jun 3[/TD]
[TD][/TD]
[TD="align: center"]x[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jun 4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hello,
I'm looking for a code to find matching column and row and select that cell. For example, for Sausage and Jun 3, select the 'x' cell.
I'm thinking of the cell.find coding but I think that's only row or only column and not the combination of both?
Any help is much appreciated, thank you!