Skip to main content
I need to replicate an Excel formula in a Salesforce formula field so that if the result is always rounded upwards to one decimal place, e.g.

 

2.11111 = 2.2

 

2.0001 = 2.1

 

The Excel formula uses ROUNDUP but there's no equivalent in Salesforce. CEILING goes to a full integer and ROUND can go up or down.
3 个回答
0/9000