ROUND(x,d)
x: number
d: integer, defaults to 0
If d is greater than zero, x is rounded to the given number of digits.
If d is zero, x is rounded to the next integer.
If d is less than zero, x is rounded to the left of the decimal point
This function is Excel compatible.