Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
sueshe
 
Posts: n/a
Default I am trying to round currency to the closest .50, can anyone tell.

I have a list of numbers I am trying to round to the closest .50, can anyone
help me? ex. 264.68 would be 264.50; 264.97 would be 265.00
  #2   Report Post  
Naz
 
Posts: n/a
Default

You can used the MROUND function (ensure the Analysis tool pack add-in is
intalled).

i.e.

=MROUND(A1,0.5)

where A1 contains the amount to be rounded.

Hope that helps

___________________
Naz
London

"sueshe" wrote:

I have a list of numbers I am trying to round to the closest .50, can anyone
help me? ex. 264.68 would be 264.50; 264.97 would be 265.00

  #3   Report Post  
Sandy Mann
 
Posts: n/a
Default

Or without the Analysis tool pack add-in try:

=ROUND(A1*2,0)/2

HTH

Sandy
--
to e-mail direct replace @mailintor.com with @tiscali.co.uk


"sueshe" wrote in message
...
I have a list of numbers I am trying to round to the closest .50, can

anyone
help me? ex. 264.68 would be 264.50; 264.97 would be 265.00



  #4   Report Post  
sueshe
 
Posts: n/a
Default

Thanks to both of you, I had tried the =ROUND(a1,0.5) but it just gave me an
error, so I'll try either of the methods you mentioned, thanks again!!!

"sueshe" wrote:

I have a list of numbers I am trying to round to the closest .50, can anyone
help me? ex. 264.68 would be 264.50; 264.97 would be 265.00

  #5   Report Post  
RCW
 
Posts: n/a
Default

=CEILING(FLOOR(A1,0.25),0.5)
where A1 is the number to be incremented to $.50. The possible advantage of
this solution is that you wouldn't have to be incrementing up or down from
the exact midpoint (-i.e. down from .24 and up from .25) .

"Sandy Mann" wrote:

Or without the Analysis tool pack add-in try:

=ROUND(A1*2,0)/2

HTH

Sandy
--
to e-mail direct replace @mailintor.com with @tiscali.co.uk


"sueshe" wrote in message
...
I have a list of numbers I am trying to round to the closest .50, can

anyone
help me? ex. 264.68 would be 264.50; 264.97 would be 265.00




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
How do I round up the result of a sum Mikewoodmsw Excel Worksheet Functions 1 January 21st 05 09:54 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM
How can i round off .10 as .50 and .51 as 1.00 Santosh Budalakoti Excel Worksheet Functions 5 December 21st 04 12:58 PM
Round Time cpme Excel Worksheet Functions 2 November 18th 04 07:09 PM
Closest number match help ... NP Excel Worksheet Functions 0 October 28th 04 09:33 AM


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