This is very crude solution, but you might add aformula that says if value is smaller than some valueaccept it as zero.for example=if(a1<0.000001,0,a1)