ROUND

From LongJump Support Wiki

ROUND
Jump to: navigation, search

The ROUND function rounds a number up to the closest whole number. Optionally, specify the number of significant digits to the right of the decimal point (precision).

Syntax
ROUND(number, precision)
Return
Number
Examples
ROUND(210.6465, 3) = 210.647
ROUND(5.5555) = 6
Personal tools
Categories