eat77 said:
I use this rule =ROUND(A1,A2,2) but i cant get the 23.41 rounded to 23.4
Look up ROUND() in Help. With the formula that you are trying to use XL
will reject it and tell you that you have too many argumants with the 2
highlighted. As others have said, with 23.41 in A1 use:
=ROUND(A1,1)
to round to 23.4 - the 1 at the end is the number of decimalplaces you want.
Going by your original examples whereby you said that you wanted 43.78 to
round to 44 and 23.41 to round to 23.4 then try:
=ROUND(A1,--(MOD(A1,1)<0.5))
But somehow I don't think that that was what you meant.
--
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk