Hi all,
I'm using the Round() function to round numbers. It seems to be inconsistent, but I may be misunderstanding what's going on.
I am rounding 20 +/- 0.85. When I round to 2 digits I get:
19.15 and 20.85
When I round to 1 digit I get:
19.1 and 20.9
Why is it rounding the 2nd decimal place down on the first value, and up on the second value?
~~~Tracy