bobgrand
Active Member
- Joined
- Apr 14, 2008
- Messages
- 252
- Office Version
- 365
- Platform
- Windows
Hello all,
I am struggling with what I think should be pretty simple. I checked around for examples and still stumble. Please help.
Column C has a number
Column W has a number
I need the cell in column W to highlight if it does not equal column C
Both of these columns should be equal.
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD="align: center"]C[/TD]
[TD="align: center"]W[/TD]
[/TR]
[TR]
[TD="align: center"]45[/TD]
[TD="align: center"]45[/TD]
[/TR]
[TR]
[TD="align: center"]60[/TD]
[TD="align: center"]50[/TD]
[/TR]
[TR]
[TD="align: center"]80[/TD]
[TD="align: center"]80[/TD]
[/TR]
[TR]
[TD="align: center"]45[/TD]
[TD="align: center"]65[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated
Bob
I am struggling with what I think should be pretty simple. I checked around for examples and still stumble. Please help.
Column C has a number
Column W has a number
I need the cell in column W to highlight if it does not equal column C
Both of these columns should be equal.
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD="align: center"]C[/TD]
[TD="align: center"]W[/TD]
[/TR]
[TR]
[TD="align: center"]45[/TD]
[TD="align: center"]45[/TD]
[/TR]
[TR]
[TD="align: center"]60[/TD]
[TD="align: center"]50[/TD]
[/TR]
[TR]
[TD="align: center"]80[/TD]
[TD="align: center"]80[/TD]
[/TR]
[TR]
[TD="align: center"]45[/TD]
[TD="align: center"]65[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated
Bob