The formula of round currently rounds up if the decimal value is 0.5 and above and rounds down if the decimal value is below 0.5.
Is there a way to change this? I want a round up if the decimal value is 0.8 and above and round down if the decimal value is 0.7 and below.
E.g.
If value is 2.7, value will become 2
If value is 1.8, value will become 2
Thanks!
Is there a way to change this? I want a round up if the decimal value is 0.8 and above and round down if the decimal value is 0.7 and below.
E.g.
If value is 2.7, value will become 2
If value is 1.8, value will become 2
Thanks!