Re: Adding times

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



It is not clear to me what you're trying to do.
Why not just SUM the times and format as time or Custom format as [h]:mm?

--
Kind regards,

Niek Otten


"mel_flynn" <mel_flynn.1zb5p6_1133351124.4344@xxxxxxxxxxxxxxxxxxxxx> wrote
in message news:mel_flynn.1zb5p6_1133351124.4344@xxxxxxxxxxxxxxxxxxxxxxxx
>
> 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=489378
>


.



Relevant Pages

  • Re: rounding
    ... use a custom format on your input cells: ... However...If you the sum of those cells to behave as if all of the ... Ron Coderre ...
    (microsoft.public.excel)
  • Re: Display Sum of hours as an equivalent in days and hours
    ... I'm trying to do a custom format on a sum of hours. ... I want to display the sum of the hours as an equivalent in days and hours. ... I have the hours summed in a Pivot table and that is working basically OK. ...
    (microsoft.public.excel.misc)
  • Dividing Time
    ... I have one cell with a sum of time reduced by allowing staff to leave ... I'm using the custom format:mm. ...
    (microsoft.public.excel.misc)
  • Re: Sum Time
    ... use custom format ... Begin TimeEnd Time      Total Time on call ... I am trying to sum the total number of hours and minutes in Total time. ...
    (microsoft.public.excel.worksheet.functions)
  • Display Sum of hours as an equivalent in days and hours
    ... I'm trying to do a custom format on a sum of hours. ... I want to display the sum of the hours as an equivalent in days and hours. ... I have the hours summed in a Pivot table and that is working basically OK. ...
    (microsoft.public.excel.misc)