#1   Report Post  
JaneC
 
Posts: n/a
Default Rounding Numbers

I have a list of values as below:

476.14
361.99
345.69
463.08
515.29
403.44
330.68
347.64
375.36

I would like to create a formula that rounds the values to the nearest 0.05
eg. Round 476.14 to 476.15, 361.99 to 362.00, 375.36 to 375.35 etc€¦
Is there anyway that I can do this?

Thanks, Jane.

  #2   Report Post  
 
Posts: n/a
Default

JaneC wrote:
I have a list of values as below:
476.14
361.99
345.69
463.08
515.29
403.44
330.68
347.64
375.36
I would like to create a formula that rounds the values
to the nearest 0.05 eg. Round 476.14 to 476.15,
361.99 to 362.00, 375.36 to 375.35 etc...

MROUND(number, multiple)

For example, =MROUND(A1, 0.05)

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

On Wed, 2 Feb 2005 16:27:01 -0800, "JaneC"
wrote:

I have a list of values as below:

476.14
361.99
345.69
463.08
515.29
403.44
330.68
347.64
375.36

I would like to create a formula that rounds the values to the nearest 0.05
eg. Round 476.14 to 476.15, 361.99 to 362.00, 375.36 to 375.35 etc…
Is there anyway that I can do this?

Thanks, Jane.


=ROUND(A1/0.05,0)*0.05

where A1 is the cell reference containing your number.

Format the result as Number with 2 decimals (Format/Cells/Number Number
Decimals 2)


--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
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
Rounding numbers up or down boyshanks Excel Discussion (Misc queries) 13 April 8th 09 03:03 PM
Sorting imported "numbers" Confused on the tundra Excel Discussion (Misc queries) 5 December 17th 04 07:33 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
finding common numbers in large lists Jenn Excel Worksheet Functions 1 November 11th 04 07:42 PM


All times are GMT +1. The time now is 09:40 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"