Taking the INT of the value above (32.4640245), it returns 32. However, taking INT of -86.4596966 returns -87, not -86 for this to work. I seem to need the -86. What do I need to do to correct this?
Originally posted by Michael Mattias
View Post
CEIL(-86.4596966 ) = -86 CEIL(32.4640245) = 33
Obviously, the correct function to use would be FIX().
Leave a comment: