description:
The ROUNDUP function rounds a number up to a given number of digits. |
syntax:
=ROUNDUP( number, num_digits ) |
required arguments:
number | The value to round up. |
num_digits | The number of digits to which number should be rounded. |
The ROUNDUP function rounds a number up to a given number of digits. |
=ROUNDUP( number, num_digits ) |
number | The value to round up. |
num_digits | The number of digits to which number should be rounded. |