View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Round result of sum function to quarter hour

Try this:

=ROUND((SUM(C14:P14)*24)/0.25,0)*0.25


--
Biff
Microsoft Excel MVP


"Trudy" wrote in message
...
How can I round the result to the nearest quarter hour?

=SUM(C14:P14)*24