ROUND(x,y)

This function rounds a number to a specified number of decimal places.

Example:

To round the number to 2 decimal places: ROUND(135.375, 2)=135.38