Thread
:
Round result of sum function to quarter hour
View Single Post
#
2
Posted to microsoft.public.excel.misc
T. Valko
external usenet poster
Posts: 15,768
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
Reply With Quote
T. Valko
View Public Profile
Find all posts by T. Valko