Ali, that last one doesn't work. It's rounding to nearest 0.0025. Your formula at 3 is good, though it might be a bit neater to use

=IF(MOD(A1,0.01)<0.005,FLOOR(A1,0.005),CEILING(A1,0.005))