Loading
Prepare for Email to Become the Default Login ExperienceRead More
Extend Salesforce with Clicks, Not Code
CEILING

CEILING

Rounds a number up to the nearest integer, away from zero if negative.

Use

CEILING(number) and replace number with the field or expression you want rounded.

Formula Example
Formula Example

CEILING(2.5) returns 3, which is 2.5 rounded up to the nearest integer.

CEILING(-2.5) returns -3, which is -2.5 rounded away from zero for a negative number.

 
Loading
Salesforce Help | Article