View Single Post
  #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