Thread: Rounding
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Billigmeier
 
Posts: n/a
Default Rounding

Use MROUND()...

=MROUND(8.28,.25) will output 8.25.


--
Regards,
Dave


"Jeanette" wrote:

Using the Excel Round Function can I have this feature round to the nearest
.25? In other words, can I have it round 8.28 to 8.25 or 9.8 to 9.75 or 6.9
to 7.00?