Round off in Appsheet

Hi,

I wanted to understand how rounding off works in appsheet as I am facing a roadblock where if my value computed is lesser than .5 then I want it to be rounded off to nearest 5 and if itโ€™s greater than .5 then I want it to be rounded off to nearest 0.

For eg: 4.2 to be rounded to 4.5 and 4.7 rounded to 5.

Is there a way this can be achieved?

Solved Solved
0 5 837
1 ACCEPTED SOLUTION

Or possibly

CEILING([Your Number]/0.5)*0.5

Since you are looking for rouding up to only higher 0.5 based on your shared example.

View solution in original post

5 REPLIES 5
Top Labels in this Space