ROUND
Use the ROUND function to round a number to a specified number of digits
Use
ROUND( number, num_digits )
Rounds a number to a specified number of digits.
Parameter | Required | Description |
---|---|---|
number | Yes | the number to round |
num_digits | Yes | the number of digits to round number |
Returns | Number |
Example
This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.