i have the following macro, it puts the text Balanced or Out of Balance in a cell on the sheet. If its balanced, i want the background color to be Green, otherwise it needs to be Red. here's the code:

=IF(R1=R3,"Balanced","Out of Balance")
Can anyone help me out with this?