ROUNDUP

Returns a number rounded up to the specified precision (number of decimal places).

Usage examples 

  • ROUNDUP(0.4)

  • ROUNDUP(43.56, 1)

  • ROUNDUP(tableA.fieldB)

Syntax 

ROUNDUP ( value, [ places ] )

  • value - Any numeric expression.

  • places - Any numeric expression for the number of decimal places. 0 by default.

Returns 

number - The number rounded up.

Functions reference