View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Leaper@FakeEail.cooo is offline
external usenet poster
 
Posts: 3
Default rounding to the nearest half ( .5)

Hi
is it posible to use the rounding to round a calculation to the nearest
half,

ie 2.24 = 2
2.26 = 2.5 etc

Kev