The status field is a number field to the best of my knowledge. Try using % Complete. The formula below works in a Text field (not a flag field)
IIf([% Complete]=100," ",IIf(DateDiff("d",[Finish],[Current Date])>0 And DateDiff("d",[Finish],[Current Date])<=3,True,False))
|