ROUND
Rounds a number to the specified number of digits.
Syntax
ROUND(number;num_digits)
Number is the number you wish to round.
Num_digits specifies the number of digits to which you want to round the number. Comment
If the entry num_digits is greater than zero, then the number is rounded to the specified number of decimal digits.
If the entry num_digits is 0, then the number is rounded to the nearest integer.
If the entry num_digits is lower than zero, the the number is rounded to the specified number of decimal digits, to the left of the decimal point.