Been messing around with codes and just can't figure this out.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Player 1[/TD]
[TD]11[/TD]
[TD]22[/TD]
[TD]33[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Player 2[/TD]
[TD]44[/TD]
[TD]55[/TD]
[TD]66[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Player 3[/TD]
[TD]77[/TD]
[TD]88[/TD]
[TD]99[/TD]
[/TR]
</tbody>[/TABLE]
If Player 1 is not blank; and Player 2 and 3 is blank. I need 11 to be formatted.
If Player 1, and 2 is not blank; and player 3 is blank. I need 11 to not be formatted, but I need 22 and 55 to be formatted.
If Player 1, 2, and 3 is not blank, I need 11, 22 and 55 to not be formatted, but I need 33, 66 and 99 to be formatted.
I have a longer list of players, I just made a smaller table. Been messing around for a awhile, can't figure it out. I am assuming I need and codes or multiple conditions.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Player 1[/TD]
[TD]11[/TD]
[TD]22[/TD]
[TD]33[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Player 2[/TD]
[TD]44[/TD]
[TD]55[/TD]
[TD]66[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Player 3[/TD]
[TD]77[/TD]
[TD]88[/TD]
[TD]99[/TD]
[/TR]
</tbody>[/TABLE]
If Player 1 is not blank; and Player 2 and 3 is blank. I need 11 to be formatted.
If Player 1, and 2 is not blank; and player 3 is blank. I need 11 to not be formatted, but I need 22 and 55 to be formatted.
If Player 1, 2, and 3 is not blank, I need 11, 22 and 55 to not be formatted, but I need 33, 66 and 99 to be formatted.
I have a longer list of players, I just made a smaller table. Been messing around for a awhile, can't figure it out. I am assuming I need and codes or multiple conditions.