[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column H
[/TD]
[TD]Column I
[/TD]
[/TR]
[TR]
[TD]Amount
[/TD]
[TD]18/19 Costs
[/TD]
[/TR]
[TR]
[TD]£90,000.00
[/TD]
[TD]£0.00
[/TD]
[/TR]
[TR]
[TD]£10,000.00
[/TD]
[TD]£0.00
[/TD]
[/TR]
[TR]
[TD]£123,300.00
[/TD]
[TD]£124,000.00
[/TD]
[/TR]
[TR]
[TD]£10,000.00
[/TD]
[TD]£10,000.00
[/TD]
[/TR]
</tbody>[/TABLE]
I need to highlight the above cells as follows:
If the amount in Column H is higher than the amount in Column I then the cell needs to be filled Red
If the amount in Column H is lower than the amount in Column I then the cell needs to green
If the amount in Column H and Column I are the same then no formatting is to be applied
Any ideas please?
Many thanks
Lesley
<tbody>[TR]
[TD]Column H
[/TD]
[TD]Column I
[/TD]
[/TR]
[TR]
[TD]Amount
[/TD]
[TD]18/19 Costs
[/TD]
[/TR]
[TR]
[TD]£90,000.00
[/TD]
[TD]£0.00
[/TD]
[/TR]
[TR]
[TD]£10,000.00
[/TD]
[TD]£0.00
[/TD]
[/TR]
[TR]
[TD]£123,300.00
[/TD]
[TD]£124,000.00
[/TD]
[/TR]
[TR]
[TD]£10,000.00
[/TD]
[TD]£10,000.00
[/TD]
[/TR]
</tbody>[/TABLE]
I need to highlight the above cells as follows:
If the amount in Column H is higher than the amount in Column I then the cell needs to be filled Red
If the amount in Column H is lower than the amount in Column I then the cell needs to green
If the amount in Column H and Column I are the same then no formatting is to be applied
Any ideas please?
Many thanks
Lesley