lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi I want to format (change the color) of any row which has word "left" in the second column.
I highlighted everything and went to CF-->Formula and wrote this formula
=A1="left"
But that only highlighted the cell in 3rd column which has value = left. I want to highlight the whole row (3 cells). Thank you.
[TABLE="width: 400"]
<tbody>[TR]
[TD]name[/TD]
[TD]dept[/TD]
[TD]salary[/TD]
[/TR]
[TR]
[TD]jim[/TD]
[TD]it[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]alex[/TD]
[TD]hr[/TD]
[TD]left[/TD]
[/TR]
[TR]
[TD]mary[/TD]
[TD]sales[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]dan[/TD]
[TD]marketing[/TD]
[TD]left[/TD]
[/TR]
</tbody>[/TABLE]
I highlighted everything and went to CF-->Formula and wrote this formula
=A1="left"
But that only highlighted the cell in 3rd column which has value = left. I want to highlight the whole row (3 cells). Thank you.
[TABLE="width: 400"]
<tbody>[TR]
[TD]name[/TD]
[TD]dept[/TD]
[TD]salary[/TD]
[/TR]
[TR]
[TD]jim[/TD]
[TD]it[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]alex[/TD]
[TD]hr[/TD]
[TD]left[/TD]
[/TR]
[TR]
[TD]mary[/TD]
[TD]sales[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]dan[/TD]
[TD]marketing[/TD]
[TD]left[/TD]
[/TR]
</tbody>[/TABLE]