Syntax
ROUND(value, [places])
Description
Rounds value to system display settings. If optional places is given, rounds value to places decimal places. If places is negative, rounds to significant digits instead.
Example
ROUND(7.8676,2) returns 7.87
ROUND — Discussion