If you look at the screenshots I am using this formula to round a value and it doesn't round as expected. I want it to round to: .23 not .24
How can I get around this?
Solved! Go to Solution.
Hi @jonnyrask
The round function you created rounds to the closest multiple of .02.
To round to .23 you just need to change your increment to .01.
Best,
Michael