ROUND

Returns the quotient of fractional divison.

Syntax

ROUND(number,decimal-places)

Arguments

number -  number to round.

decimal-places - how many decimal places to round.  Must be an integer.  

Examples

ROUND(123.123,2) = 123.12

ROUND( 123.123,-1) = 120