geos Posted December 9, 2008 Posted December 9, 2008 Is there an easy way to conditionally format a field if the value is a non-integer?
Fitch Posted December 9, 2008 Posted December 9, 2008 Assuming it's always a NUMBER, try a calculation such as: Number - Floor(Number) <> 0
comment Posted December 9, 2008 Posted December 9, 2008 Or just: Mod ( Number ; 1 ) BTW, Number - Floor(Number) cannot be < 0.
Recommended Posts
This topic is 6174 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now