Spreadsheet Function: CINT() Synopsis: @CINT(exp) Description: This converts an expression into an integer by rounding the fractional part. Examples: @CINT(1.5) would give 2. @CINT(-1.5) would give -2. * Using Functions Usefunc.help Maths Operators operators.help