View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Rounding up for a decimal

One way:

A1 = 2.23

=CEILING(A1,0.5)

--
Biff
Microsoft Excel MVP


"Sena" wrote in message
...
Hi, is there a way to round up to the nearest 0.50 ?
eg: 2.23 should be rounded to 2.50 & 2.65 should get rounded to 3.00
--
Cheers !