The Klipfolio ROUND function returns a number that is rounded to a specified number of digits or to a whole number if no digits are provided.
The syntax for the ROUND function is:
ROUND ( data , digits )
Parameters
data | The number to round. | number | vector |
digits | The number of digits to round the number to. | number | scalar |
ROUND example
Let's look at a ROUND function example.
A |
B |
|
1 | Apples | 65.29 |
The following example is based on the above text from an Excel spreadsheet:
ROUND ( B:B , 1 )
-> [65.3]