ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Rounding (https://www.excelbanter.com/excel-worksheet-functions/243079-rounding.html)

Lime

Rounding
 
Hello
Can someone Help me.. I'm stuck!!
can you tell me the formula for round up...after .49? if the number is 7.6..
I want to round to 8.

Any help is greatly appreciated...

Lime

Jacob Skaria

Rounding
 
and what if less than or equal to 0.49

=IF(MOD(A1,1)0.49,ROUND(A1,0),A1)

If this post helps click Yes
---------------
Jacob Skaria


"Lime" wrote:

Hello
Can someone Help me.. I'm stuck!!
can you tell me the formula for round up...after .49? if the number is 7.6..
I want to round to 8.

Any help is greatly appreciated...

Lime


Lime

Rounding
 
Thank you that did it!!!

"Jacob Skaria" wrote:

and what if less than or equal to 0.49

=IF(MOD(A1,1)0.49,ROUND(A1,0),A1)

If this post helps click Yes
---------------
Jacob Skaria


"Lime" wrote:

Hello
Can someone Help me.. I'm stuck!!
can you tell me the formula for round up...after .49? if the number is 7.6..
I want to round to 8.

Any help is greatly appreciated...

Lime


David Biddulph[_2_]

Rounding
 
If you really want to round up after .49, and down for values below .49 ,
then =INT(A1)+(MOD(A1,1)0.49)
This would round up for .495
You may need to think about how you want to treat negative numbers.

If you just want to round up for .5 and upwards, and down for values below
..5, then =ROUND(A1,0)
--
David Biddulph

"Lime" wrote in message
...
Hello
Can someone Help me.. I'm stuck!!
can you tell me the formula for round up...after .49? if the number is
7.6..
I want to round to 8.

Any help is greatly appreciated...

Lime




Teethless mama

Rounding
 
=MAX(A1,ROUND(A1,))


"Lime" wrote:

Hello
Can someone Help me.. I'm stuck!!
can you tell me the formula for round up...after .49? if the number is 7.6..
I want to round to 8.

Any help is greatly appreciated...

Lime



All times are GMT +1. The time now is 08:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com