![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 5
|
I need to total times on a mobile phone bill, in this time format 0:00:00:00.
Thanks Nick |
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Apr 2002
Location: Kissimmee, Florida
Posts: 384
|
Quote:
dd:hh:mm:ss
__________________
Hope This Helps. Sean. Digest of Homes WinXP, XL XP |
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#4 | ||
|
New Member
Join Date: May 2002
Posts: 5
|
Quote:
Nick |
||
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Location: Calgary, Alberta Canada
Posts: 2,065
|
How do you set the formula up?
Nick 7:29 7:43 7:46 7:49 8:12 8:14 8:56 9:12 9:59 75:20 is =SUM(C1:C9) custom formatted [hh]:mm or 3:03:20:00 with SUM(C1:C9) custom formatted d:hh:mm:ss See Format Cells custom |
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#7 | ||
|
New Member
Join Date: May 2002
Posts: 5
|
Quote:
|
||
|
|
|
|
|
#8 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Days of what? Call duration?
|
|
|
|
|
|
#9 | |
|
New Member
Join Date: May 2002
Posts: 5
|
Quote:
In this instance it is day's of call duration. I am looking at a total mobile phone bill with 70 + phones and I need to split and sort the data. Nick |
|
|
|
|
|
|
#10 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
If A1:A2 contains {"3:12:45:29";"2:18:03:32"} then the array formula...
{=TEXT(SUM(LEFT(A1:A2)+0)+INT(SUM(RIGHT(A1:A2,8)+0)),"0:")&TEXT(MOD(SUM(RIGHT(A1:A2,8)+0),1),"hh:mm:ss")} ...returns "6:06:49:01". Note: This is an array formula which must be entered using the Control+Shift+Enter key combination. The outermost braces, { }, are not entered by you -- they're supplied by Excel in recognition of a properly entered array formula. [ This Message was edited by: Mark W. on 2002-05-21 08:03 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|