This function rounds a number to a specified number of decimal places.
Round(expression,[numdecimalplaces])
Returns a number.
In contrast to the Int and Fix functions, which remove the fractional part of number and return the resulting integer value, you can use Round to specify that a certain number of decimal places will remain in the rounded number.