[SOLVED] ROUND up, no matter what

This is my calculation:
%Calculate%ROUND(Local__Seconds)%

I want it to always round up, even if the result is, for example, 4.00001 I want it to go to 4.1
Is it possible?

EDIT: I saw that what I need is CEIL instead of ROUND

3 Likes