View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
hddude52 hddude52 is offline
external usenet poster
 
Posts: 4
Default Rounding to point 5

This worked fine and will fit the need.

Thanks PEO

David, your formula returned a NAME? error that I couldn't identify

Thanks to both of you
--
Regards,

Art


"Peo Sjoblom" wrote:

=ROUND(A1/0.5,0)*0.5


--

Regards,

Peo Sjoblom


"hddude52" wrote in message
...
I would like help in writing a formula to round to .5. an example is:

a cell has a calculated value of between, 78.75 to 79.25 should round to
79
if the cell has a calculated value between 79.26 and 79.74, it should
round
to 79.5

Thanks,

Regards,

Art