CEIL
From LongJump Support Wiki
Revision as of 23:31, 25 August 2009 by imported>Evelyn
The CEIL function rounds a number up to the next whole number. The function name derives from the word "ceiling".
- Syntax
CEIL(number)
- Return
- Number (whole number or integer)
- Example
CEIL(210.6465) = 211 CEIL(2.00001) = 3