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