View Single Post
  #2   Report Post  
Ron Coderre
 
Posts: n/a
Default


Try this:

If your minutes are in A1
and are entered as whole numbers (12, 9, etc):
=CEILING(A1,15)

If they are entered as time (00:12, 00:09, etc):
=CEILING(A1,(15/(60*24)))

Does that help?

Ron


--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419
View this thread: http://www.excelforum.com/showthread...hreadid=386502