I am trying to create conditional formatting in a single cell (red for negative and green for positive) based on the sum of three other cells.
I.e. Trying to fill cell K3 in green but ONLY if the value in K3 is greater than the sum of D3:D5. And fill in red if the value of the cell is less than the sum of D3:D5.
Thanks