Adding times




I'm trying to add the following list of times:
09:30 + 09:00 + 09:00 + 04:00 + 08:30 + 08:30 + 06:00 + 05:00 + 05:00 +
07:00 + 08:00 + 05:00 + 04:00 + 07:30

Using the following formula:
=IF(INT(ROUND(SUM(L4:L70)/0.04166667,2)) = 0, "",
INT(ROUND(SUM(L4:L70)/0.04166667,2)) &":" &
IF(MINUTE(MOD(SUM(L4:L70),1)) < 10, "0" & MINUTE(MOD(SUM(L4:L70),1)),
MINUTE(MOD(SUM(L4:L70),1))))

The problem lies in the part of the function marked in bold. This
function is working perfectly with all/most other combinations of
times.

Hopefully someone can help me.

Thanks,
Imelda.


--
mel_flynn
------------------------------------------------------------------------
mel_flynn's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=29206
View this thread: http://www.excelforum.com/showthread.php?threadid=489376

.



Relevant Pages

  • Formating Font in a Formuls
    ... I would also like both to be bold. ... Silvanus ... Silvanus's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=29515 ... Prev by Date: ...
    (microsoft.public.excel.newusers)
  • Putting Data & Time in file name
    ... I currently have the date in the code below in bold. ... rglasunow's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=4212 ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • Adding times
    ... The problem lies in the part of the function marked in bold. ... mel_flynn's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=29206 ... Prev by Date: ...
    (microsoft.public.excel.misc)
  • Re: Automatic top of sheet?
    ... Your answer stopped me from going bold:) ... bowe's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=27110 ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • Re: Wrong Header Printing in Outlook 2003
    ... I think the problem lies with Outlook 2003. ... One of my users allowed some one else to setup an Outlook profile on ... I noticed she wasn't using Cached Exchange Mode. ...
    (microsoft.public.outlook.printing)