ROUND

Rounds number to the nearest whole number.

Syntax

ROUND(value)
  • value - Value to round.

Sample Usage

ROUND(2.3)
ROUND(4.5)
ROUND(A3)

Return Value

  • It returns the rounded, whole number.

Notes

See Also

Last updated

Was this helpful?