Rounding Numbers

J

j41cam

How do I set and change my own rounding rules so that numbers will - for
example - round up from .3 rather than the standard rule? Any ideas will be
helpful.
 
D

Duke Carey

Look in Help for the CEILING() function. You may find the FLOOR() function
interesting too.
 
Top