Re: Rounding numbers up
Re: Rounding numbers up
- Subject: Re: Rounding numbers up
- From: Michelle Steiner <email@hidden>
- Date: Thu, 15 Mar 2001 23:25:24 -0800
On 3/16/01 6:52 AM, Edmond Cho <email@hidden> wrote:
>
The calculation I am after is not strictly rounding to the nearest integer
>
but rounding UP to the next whole number.
>
>
1.6 ---> 2
>
2.1 ---> 3
>
1.4 ---> 2
>
>
So, any remainder results in rounding up.
>
Any tips?
round 2.1 rounding up
-->3
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------