Not always! Some people, when rounding a number 5 as the test digit will
round to even value.
1.35 -> 1.4
1.45 -> 1.4
I have seen this called Banker's Rounding, New Math rounding, Australian
rounding.
Best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"elioch" <elioch.1s0oq1@> wrote in message
news:[email protected]...
>
> Generally 1.4 is rounded rounded down and 1.5 and above is rounded up.
>
> =Round(a1,0) will behave as above. If you want to round
> down at 1.5 you need to apply as
>
> =Round(a1-1,0)
>
>
> Elioch
>
>
> --
> eliochPosted from http://www.pcreview.co.uk/ newsgroup access
>