Not really:

=ROUND(A1-1,0) will round 1.6 to 1, not 2.

In article <[email protected]>,
elioch <elioch.1s0oq1@> wrote:

> If you want to round down at 1.5 you need to apply as
>
> =Round(a1-1,0)
>