Skip to main content

Round

Use this function in an equation to round values to the nearest decimal place.

Syntax:

ROUND (SymName[,NumPlaces])

ROUND (Value[,NumPlaces])

where:

  • SymName is a symbol.
  • Value is a number, or a valid mathematical expression.
  • NumPlaces is a positive integer, or a symbol whose values are all positive integers, representing the number of decimal places to which each value must be rounded. The default is to round to the nearest whole number.

Syntax example:

ROUND (A41000 / 61100,2)

Was this article helpful?

We're sorry to hear that.