round

Syntax:

Value Integer  round(Number num)

Description:

Rounds num to the nearest integer.

Examples:

($b1:$b5) = round($a)
Before:
AB C
10.34
21.99
3-3.7
44
50
6
After:
AB C
10.340
21.992
3-3.7-4
444
500
6
($a1) = round($f3)