View Single Post
  #4  
Old February 5th, 2004, 11:05 PM
external usenet poster
 
Posts: n/a
Default rounding formula

thanks.

-----Original Message-----
Hi
one way:
=ROUND(A1*2,0)/2
or
MROUND(A1,0.5)
for the MROUND function you need the Analysis Toolpak

installed

HTH
Frank

wrote:
Is there a way to round a number to the nearest .5 -
ie .5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5 etc

TIA



.