Description of formula:
Rounds the value of type (Number) to integer.
Rounds the value of type (Number) to integer.
Syntax:
round(number)
or
round(number, significance)
round(number)
or
round(number, significance)
Parameters:
number
(type: Number) The number you want to round
significance
(type: Number) specifies the resolution of the number to n decimal places, e.g:
=round(4.12345,0.01)
will be:
4.12
Returned type:
Number
Examples:
=round(section23.B1)
=round(TABLE1.A)
=round(section2.b3,0.01)
=round(section23.B1)
=round(TABLE1.A)
=round(section2.b3,0.01)
0 Comments