jeffreybrown
Well-known Member
- Joined
- Jul 28, 2004
- Messages
- 5,152
So far this is as far as I have gotten which will work fine for over 24 hours, but since our day is 8 hours, how can this read 3d 00:50:00 for a time that is 24:50:00?
Any thoughts?
Any thoughts?
Code:
=IF(SUMPRODUCT(D16:F16,G16:I16)/1440>TIME(8,0,0),INT(SUMPRODUCT($D$16:$F$16,$G$16:$I$16)/1440)&"d "&TEXT(SUMPRODUCT($D$16:$F$16,$G$16:$I$16)/1440,"hh:mm:ss"),SUMPRODUCT($D$16:$F$16,$G$16:$I$16)/1440)