I am trying to figure out a formula that states the following, for example If D4 is greater than D3, then make the cell green. If D4 is less than D3, then make the cell red. And if D4=D3, then make the cell blue.
Is this possible to do? I have tried several if functions.