I would like to know how I can create rule to highlight when column A - b > 50, and <-50
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl66, width: 64"][TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]column B[/TD]
[/TR]
[TR]
[TD]300[/TD]
[TD]350[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]201[/TD]
[/TR]
[TR]
[TD]150[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="class: xl67, width: 64"][/TD]
[/TR]
</tbody>[/TABLE]
I tried this, but it did not work
=OR(AND((A2-B2)>50,(A2-B2)<-50))
TIA..
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl66, width: 64"][TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]column B[/TD]
[/TR]
[TR]
[TD]300[/TD]
[TD]350[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]201[/TD]
[/TR]
[TR]
[TD]150[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="class: xl67, width: 64"][/TD]
[/TR]
</tbody>[/TABLE]
I tried this, but it did not work
=OR(AND((A2-B2)>50,(A2-B2)<-50))
TIA..