I got it to work using =IF(FLOOR(B4,0.00125)=B4,"rounded properly","not
rounded to 1/8") but For some reason I cant get get it to work inconditional
formatting - this is what I wrote.
="FLOOR(B4,0.00125)=B4"
Are you certain you are wanting the number to be rounded to the nearest 1/8 and
not to the nearest 1/8% ?????
Also, your formula would seem to only work if your value was rounded DOWN and
not rounded to the nearest (i.e. down if less than 1/2 way between, up if 1/2
way between or more).
Using your formula, and a value of 1.3 in B4, which is clearly not rounded to
the nearest 1/8th, I get a result of "rounded properly".
Once we have this straightened out, getting the CF formula to work will be
trivial.
--ron