Round a number
The ROUND function rounds a number to a given number of places. The number of places is set by the number of digits provided in the second argument (num_digits). For example, the formulas below round the number 5.86 to 1 and zero places:...Read more