• Are you conditionally setting the cells background color? Something like:

    =IIF(Fields!Amount.Value < 0, "Red", "Green")

    You could use the same type of expression to set the value of your column 4.

    HTH,

    Rob