
Originally Posted by
ChemistB
=IF(AND(MOD(A1,1)<=0.594,MOD(A1,1)>=0.01), INT(A1)+ 0.5, ROUND(A1,0))
For the second part, we need to expand the formula futher
=IF(INT(A1)<1, 1, IF(AND(MOD(A1,1)<=0.594,MOD(A1,1)>=0.01), INT(A1)+ 0.5, ROUND(A1,0)))
Would that work for you?
Bookmarks