=IIf(Fields!DATE_DIFF.Value < 5 ,"White",IIf(Fields!DATE_DIFF.Value >=5 AND Fields!DATE_DIFF.Value <=9 ,"Orange","Red" ) )