Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sho
 
Posts: n/a
Default Rounding Decimals

Is there a function that will round decimals to the nearest 10 e.g. if I had
62.675 I would want it to round to 63.
  #2   Report Post  
chathag
 
Posts: n/a
Default


Try using the round function on the function wizard.


--
chathag
------------------------------------------------------------------------
chathag's Profile: http://www.excelforum.com/member.php...o&userid=16519
View this thread: http://www.excelforum.com/showthread...hreadid=313726

  #3   Report Post  
JulieD
 
Posts: n/a
Default

Hi Sho

you might like to play with
=ROUND(62.675,0)
=ROUNDUP(62.675,0)

which will both (in this case) return 63
and for completion sake have a look at
=ROUNDDOWN(62.675,0)
which will return 62

Cheers
JulieD

"Sho" wrote in message
...
Is there a function that will round decimals to the nearest 10 e.g. if I
had
62.675 I would want it to round to 63.



  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Also check out:
http://www.xldynamic.com/source/xld.Rounding.html

"Sho" wrote:

Is there a function that will round decimals to the nearest 10 e.g. if I had
62.675 I would want it to round to 63.

  #5   Report Post  
Sho
 
Posts: n/a
Default

I did find the Round functions but I also want to Round to the nearest 5 e.g.

281.326 should round to 381.35
302.320 should round to 302.30
4.675 should round to 4.70

Any ideas?

"Frank Kabel" wrote:

Also check out:
http://www.xldynamic.com/source/xld.Rounding.html

"Sho" wrote:

Is there a function that will round decimals to the nearest 10 e.g. if I had
62.675 I would want it to round to 63.



  #6   Report Post  
JulieD
 
Posts: n/a
Default

Hi
302.320 should round to 302.30
4.675 should round to 4.70


use
=ROUND(302.320,1)
=ROUND(4.675,1)

i'm not sure on how to do this on
281.326 should round to 381.35


Cheers
JulieD

"Sho" wrote in message
...
I did find the Round functions but I also want to Round to the nearest 5
e.g.

281.326 should round to 381.35
302.320 should round to 302.30
4.675 should round to 4.70

Any ideas?

"Frank Kabel" wrote:

Also check out:
http://www.xldynamic.com/source/xld.Rounding.html

"Sho" wrote:

Is there a function that will round decimals to the nearest 10 e.g. if
I had
62.675 I would want it to round to 63.



  #7   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Tue, 16 Nov 2004 04:25:03 -0800, Sho wrote:

I did find the Round functions but I also want to Round to the nearest 5 e.g.

281.326 should round to 381.35
302.320 should round to 302.30
4.675 should round to 4.70

Any ideas?


According to your examples, you want to round to the nearest 0.05 (not the
nearest 5).

To round to the nearest 0.05, use the formula:

=ROUND(A1/0.05,0)*0.05

To round to the nearest 5, use the formula:

=ROUND(A1/5,0)*5


--ron
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
Banker's Rounding - need help! Somecallmejosh Excel Discussion (Misc queries) 3 January 20th 05 09:53 PM
Can I stop rounding in excel? Jmadden Excel Discussion (Misc queries) 4 January 12th 05 05:48 PM
How do I make Excel stop rounding off my numbers that are 16 digi. Aida Excel Discussion (Misc queries) 1 December 6th 04 04:34 PM
rounding Alex Excel Worksheet Functions 4 November 9th 04 04:39 PM
Difference between two dates in months with decimals effem Excel Worksheet Functions 3 November 5th 04 05:23 PM


All times are GMT +1. The time now is 05:49 AM.

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"