The ROUNDUP function will round the value up to the closest integer.
Syntax
ROUNDUP(x)
Parameters
x = the value that the user wishes to round up.
Data Type Returned
The ROUNDUP function will return a number.
Examples
ROUNDUP(5.4) will return 6.
ROUNDUP(5.5) will return 6.
ROUNDUP(5.6) will return 6.