Hey,
What I want to do is be able to round the value of a variable (always will be a number) to the nearest 20…
Like, if the variable is 56, it would round to 60. Or say the variable is 29, it would round to 20, but if it’s 30 it would round to 40. Or if it was 9 it would round to 0. Etc…
Any ideas?
Thanks,
Nick