M
Madcap
(I.)
I have a "calculator" set up on a worksheet that is set to calculat
the days, hours, and minutes; in duration; between two time stamps
i.e.
Start time = 4/24/2004 16:45
End Time = 4/26/2004 18:00
I use this formula to calculate my answer:
=INT(K15-K13+0.000001) & " Days," & MOD(INT((K15-K13)*24+0.000001),24)
& " Hours," & MOD(ROUND((K15-K13)*1440,0),60) & " Minutes"
And I get:
2 Days,1 Hours,15 Minutes
(II.)
What do I need to set the right-click and "format cells..." selectio
on in order to measure in time *DURATION* and not an actual moment i
time? I hope that makes sense.
(III.)
What would a formula look like that would take an answer like "2 Days,
Hours,15 Minutes" and add it to another similar variable with a sam
format SUM?
i.e. "2 Days,1 Hour,15 Minutes" + "3 Days,23 Hours,10 minutes" = "
Days,0 Hours,25 Minutes".
(IV.)
What would a formula look like to accumulate a collective *duration* o
those times by adding several sums, and only adding those sums if the
were greater than "2 Days,12 Hours,30 Minutes"?
Any help on any of these segments would be greatly appreciated. Than
You
I have a "calculator" set up on a worksheet that is set to calculat
the days, hours, and minutes; in duration; between two time stamps
i.e.
Start time = 4/24/2004 16:45
End Time = 4/26/2004 18:00
I use this formula to calculate my answer:
=INT(K15-K13+0.000001) & " Days," & MOD(INT((K15-K13)*24+0.000001),24)
& " Hours," & MOD(ROUND((K15-K13)*1440,0),60) & " Minutes"
And I get:
2 Days,1 Hours,15 Minutes
(II.)
What do I need to set the right-click and "format cells..." selectio
on in order to measure in time *DURATION* and not an actual moment i
time? I hope that makes sense.
(III.)
What would a formula look like that would take an answer like "2 Days,
Hours,15 Minutes" and add it to another similar variable with a sam
format SUM?
i.e. "2 Days,1 Hour,15 Minutes" + "3 Days,23 Hours,10 minutes" = "
Days,0 Hours,25 Minutes".
(IV.)
What would a formula look like to accumulate a collective *duration* o
those times by adding several sums, and only adding those sums if the
were greater than "2 Days,12 Hours,30 Minutes"?
Any help on any of these segments would be greatly appreciated. Than
You