S simonlee11 Member Licensed User Longtime User Mar 26, 2011 #1 Is it possible to force a number to round up. As an example if the answer is 1.3 can I force this to be 2. Thanks
Is it possible to force a number to round up. As an example if the answer is 1.3 can I force this to be 2. Thanks
K kickaha Well-Known Member Licensed User Longtime User Mar 26, 2011 #2 To quote the documentation: Ceil (Number As Double) As Double Returns the smallest double that is greater or equal to the specified number and is equal to an integer. Click to expand... Upvote 0
To quote the documentation: Ceil (Number As Double) As Double Returns the smallest double that is greater or equal to the specified number and is equal to an integer. Click to expand...