Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 29, 2022 2:07PM
Likes: 0
Replies: 2
Hello all,
is it possible to round off numbers using the Formula language.
Example
0.6 -> 0
I have only found the classic rounding and the rounding to even or odd numbers.
Thanks for your help.
Hi @Max_M
Do you need to round all the decimals to integers using the floor function? This is available by default. So this data:
first,second 0.3,0.6 1.2,2.3 3.6,3.8
will be transformed this way: