Yes David, that is exactly the point of my formula:
if A1 is 123 then
=RIGHT(A1,1)="0"
will return FALSE,even if A1 has been formatted to display 123.000

Signature
Gary''s Student - gsnu200784
> Yes, but the OP should be warned that it wouldn't give TRUE if A1 contained
> the number 123 *formatted* to look like 123.00; in that case the right-hand
[quoted text clipped - 3 lines]
>
> > =RIGHT(A1,1)="0"