ROUND(column_name, number_of_decimals) In this formula, column_name refers to the numeric field you’re aiming to round, and number_of_decimals specifies how many decimal places to round the number to. It’s crucial to remember that if number_of_decimals is positive, the function rounds to the specified number of decimal places.