Roundup To nearest hour

HI not sure If I being stupid.

I’m trying to round up duration to the nearest hour. In google sheets, I can do it with =ROUNDUP(C2/(1/24),0)*(1/24).

I just can’t figure out how to do it in Appsheet.

Solved Solved
0 5 1,522
1 ACCEPTED SOLUTION

I believe you may wish to share some more examples of desired results. Based on the example shared , you may wish to try the following

“000:00:00” + CEILING(TOTALHOURS([EndTime] - [StartTime]))

Your requirement is to calculate duration but just incase you are looking also for next hour time, @Steve had shared an excellent expression

View solution in original post

5 REPLIES 5
Top Labels in this Space