Returns a number rounded up to a number of decimal places, away from zero.
Syntax:
ROUNDUP(number, digits:number)
Rounds number up to digits decimal places, away from zero.
digits must be an integer, either positive or negative (which rounds to the left of the decimal point).
Revisions:
This function was added in 2.00.