Thanks,
I saw that link and tried to use it but the problem is that it displays red color for null values and the values which are not in list
i specified the control source as-
switch(<col> like '%A%',1,<col> like '%B%',-1,<col> like '%C%',0,<col> like '%D%',NUll)
But the col have values...