BioloMICS logo
×
BioloMICS menu

CEILING.MATH

 
Category: Mathematical Function.
 
Description: Returns number rounded up to the nearest integer or to the nearest multiple of significance.
 
Syntax: CEILING.MATH(number, significance, mode)
 
The number is the value to round, the optional significance parameter is the multiple to which you want to round.
 
The optional mode parameter affects negative numbers only and specifies whether the number is rounded toward zero (mode = 0) or away from zero (mode <> 0).