Thread: Round function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gian Gian is offline
external usenet poster
 
Posts: 15
Default Round function

Hi,

How can I round a number with increment of 0.5 ? For e.g. 0.1 will be equal
to 0.5, 1.1 will be equal to 1.5, 1.5 will be equal to 2.0 etc.

Thanks.

Gian