ROUND

Return a value rounded to the nearest integer.

Syntax

Round(Value)

Value must be a number or a formula that returns a number.

Examples

This example returns 3:

ROUND(3.4)

This example returns 4:

ROUND(3.5)