ROUND function

description:

The round function rounds a number to a given number of digits.

 

syntax:

=ROUND( numbernum_digits )

 

required arguments:

number The value to round.
num_digits The number of digits to which number should be rounded.