ROUND(number, num_digits)
=ROUND(A1,0)
The ROUND function can be used to round a value to the nearest integer. To do this, use the above syntax. This will round the value of A1 to the nearest integer.
=ROUND(A1,1)
If you wish to round to the nearest decimal place, you can use the following syntax. This will round the value of A1 to the first decimal place.
=ROUND(A1,2)
To round to the second decimal place, use the syntax. This will round the value of A1 to the second decimal place.
=ROUND(A1,-1)
You can round to whole numbers like the nearest ten or hundred by using a negative number in the second argument. This example, will round to the nearest 10.
The ROUND function is a Sourcetable function that rounds a number to the nearest whole number or fraction.