so we have a row like (row includes other higher values varying over hundreds of lines, but in essence these are what im after, its to do with overtime pay rates):
[TABLE="width: 500"]
<tbody>[TR]
[TD]1[/TD]
[TD]1.5[/TD]
[TD]1.2[/TD]
[TD]1.8[/TD]
[TD]2[/TD]
[TD]2.4[/TD]
[TD]2.5[/TD]
[/TR]
</tbody>[/TABLE]
what i want to do is use conditional formatting to highlight as:
colour 1 (x1.5)
1.5 as it is 1.5x1
1.8 as it is 1.5x1.2
colour 2 (x2)
2 as it is 2x1
2.4 as it is 2x1.2
thanks in advance!
[TABLE="width: 500"]
<tbody>[TR]
[TD]1[/TD]
[TD]1.5[/TD]
[TD]1.2[/TD]
[TD]1.8[/TD]
[TD]2[/TD]
[TD]2.4[/TD]
[TD]2.5[/TD]
[/TR]
</tbody>[/TABLE]
what i want to do is use conditional formatting to highlight as:
colour 1 (x1.5)
1.5 as it is 1.5x1
1.8 as it is 1.5x1.2
colour 2 (x2)
2 as it is 2x1
2.4 as it is 2x1.2
thanks in advance!