N
nastech
hi, in trying to find multiple of 5, (for conditional formatting purposes).
for multiple of 5 or .5, .05, .005, .0005 to mess it up: where
MOD(15,5)=0 works,
When I try to use external "calculated" cells for 15/5, FOR:
=MOD(I18,$J$8)=0 the remainder is not exactly 0., but
..00000000000000000433.., maybe there is another method? Tried FLOOR() or
ROUND() does not work, thanks
I18 calculated to: 15
J8: 5
for multiple of 5 or .5, .05, .005, .0005 to mess it up: where
MOD(15,5)=0 works,
When I try to use external "calculated" cells for 15/5, FOR:
=MOD(I18,$J$8)=0 the remainder is not exactly 0., but
..00000000000000000433.., maybe there is another method? Tried FLOOR() or
ROUND() does not work, thanks
I18 calculated to: 15
J8: 5