Round Up Custom Function similar to Excel RoundUp Function

Round Up Custom Function similar to Excel RoundUp Function

Hi Team,

I might be missing this but I cannot roundup in a custom function.

Basically, what we need is to round up digits to the nearest whole number similar to Excel's roundup function, roundup(number,numdigits).

For example, 1.4 should be rounded up to 2. I tried round(0) in custom function and it infos 1 instead of 2. In Excel, 1.4 rounds up to 2 using roundup.

Any way to accomplish this in custom functions?