I have the table below:[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Product[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD][TABLE="width: 75"]
<tbody>[TR]
[TD="class: xl73, width: 75, align: right"]01/11/1903[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]ezf[/TD]
[TD]45[/TD]
[/TR]
[TR]
[TD][TABLE="width: 75"]
<tbody>[TR]
[TD="class: xl73, width: 75, align: right"]03/11/1903[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]ezffez[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD][TABLE="width: 75"]
<tbody>[TR]
[TD="class: xl73, width: 75, align: right"]07/11/1903[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]ae[/TD]
[TD]56[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and I am trying, using conditional formatting, to format a column if the cell above contains a specific text.
So for example, if in A1 I have "Date", the column below turns red.
I do not know what formula to use in Conditional Formating/New formatting rule/Use a formula to determine which cells to format.
Thank you
<tbody>[TR]
[TD]Date[/TD]
[TD]Product[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD][TABLE="width: 75"]
<tbody>[TR]
[TD="class: xl73, width: 75, align: right"]01/11/1903[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]ezf[/TD]
[TD]45[/TD]
[/TR]
[TR]
[TD][TABLE="width: 75"]
<tbody>[TR]
[TD="class: xl73, width: 75, align: right"]03/11/1903[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]ezffez[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD][TABLE="width: 75"]
<tbody>[TR]
[TD="class: xl73, width: 75, align: right"]07/11/1903[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]ae[/TD]
[TD]56[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and I am trying, using conditional formatting, to format a column if the cell above contains a specific text.
So for example, if in A1 I have "Date", the column below turns red.
I do not know what formula to use in Conditional Formating/New formatting rule/Use a formula to determine which cells to format.
Thank you