Related Topics: | ||
Description: Rounds a number up, away from zero.
Syntax: ROUNDUP(Number, Num_Digits)
Number is any real number that you want rounded up.
Num_Digits is the number of digits to which you want to round Number.
Remarks:
ROUNDUP behaves like ROUND, except that it always rounds a number up.
Example:
ROUNDUP(3.2,0) = 4 [rounds 3.2 up to zero decimal places]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.