View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Alan Alan is offline
external usenet poster
 
Posts: 492
Default How can I round to a 0 or 0.5 in Excel?

With the value in A1,
=ROUND(A1,0)
Regards,
Alan.
"Rose" wrote in message
...
For examples:

I want 23.20 to be 23.00
and
I want 23.6 to be 24.00

Thanks!