Starfish
2012-12-30 07:03:28 UTC
I formularised a column to round (ie. up or down) this number to 1, 2 and 3 decimal places respectively.
I used - =ROUND($D$4,1), =ROUND($D$4,2) and =ROUND($D$4,3) respectively.
The answers should be 21.8, 21.85 and 21.849.
Instead, I get 21.80000000, 21.85000000 and 21.84900000. Can anyone help?