| | | Any digits less than 5 are rounded down. |
| | | Any digits greater than or equal to 5 are rounded up. |
| | | If "num_digits" > 0, then "number" is rounded to the specified number of decimal places. |
| | | If "num_digits" = 0, then "number" is rounded to the nearest integer. |
| | | If "num_digits" < 0, then "number" is rounded to the left of the decimal point. |
| | | This function operates on the actual value in the cell and rounds them so they are consistent with the value that is displayed. |
| | | Using this function will change the underlying value and not just the value that is displayed. |