Excel supports several similar but different functions that round numbers. Those functions will enable us to perform the following operations: * negative midpoint numbers are rounded away from zero, and not properly half-rounded up (towards positive) **the rounding direction is undefined for midpoint numbers, both rounding up and down can happen The ROUND function rounds a number to a specified number of digits. The ROUND function syntax is as follows: = ROUND ( number ; num_digits ) The ROUND …