#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default 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



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH SunshineinFt.Myers[_2_] Excel Worksheet Functions 7 March 5th 09 06:41 PM
Rounding Up to the 50 Lady Excel[_2_] Excel Discussion (Misc queries) 4 February 17th 09 11:27 PM
Rounding Russ_Hiatt Excel Discussion (Misc queries) 2 February 17th 09 06:13 PM
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
Rounding ynissel Excel Discussion (Misc queries) 2 July 5th 05 07:42 PM


All times are GMT +1. The time now is 11:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"