ROUND
Rounds the value to the given amount of decimals.
Syntax
=ROUND(Value, Decimals.)
Arguments
| Name | Type | Description | 
|---|---|---|
| Value | Number | Value to round. | 
| Decimals. | Number | Allowed decimals in the result. | 
Return
| Type | Description | 
|---|---|
| Number | Rounded value with the allowed number of decimals. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | 7.342 |