AND(B2>1,B2<-1) always return FALSE
i think it should be:
=IF(AND(B2>-1,B2<1)"WRITE OFF","")
Or
=IF(ABS(B2)<1,"WRITE OFF","")