RCNV Function

The RCNV function rounds a number to the nearest integer when "Apply Rounding" has been selected in the Rounding dialog.

Syntax

RCNV("decimal number")

Example 1

RCNV("121.124")

Returns the value 121.

Example 2

RCNV("10.6")

Returns the integer 11.

Related Topics