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! Go to 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.
User | Count |
---|---|
17 | |
10 | |
7 | |
5 | |
5 |