Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to add my split times for each kilometer for a total of 5 km, eg.
0:5:22:03 (5 minutes: 22.3 seconds) + 0:5:40:20 etc. What is the formula to add these to get 0:11:02:23 - I keep getting 0:0:0:0 Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Format the cells where you enter your times as m:ss.00
Enter the 100th secs as a decimal: A1 = 5:22.03 A2 = 5:40.20 Then, just use a SUM formula: =SUM(A1:A2) Or: =A1+A2 Format the SUM cell as [m]:ss.00 -- Biff Microsoft Excel MVP "stormy weather" wrote in message ... I'm trying to add my split times for each kilometer for a total of 5 km, eg. 0:5:22:03 (5 minutes: 22.3 seconds) + 0:5:40:20 etc. What is the formula to add these to get 0:11:02:23 - I keep getting 0:0:0:0 Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try entering the data as
A1: 0:5:22.3 A2: 0:5:40.2 Then you can add the values: A6: =SUM(A1:A5) Format the cells with Format/Cells/Number/Custom h:mm:ss.0 In article , stormy weather wrote: I'm trying to add my split times for each kilometer for a total of 5 km, eg. 0:5:22:03 (5 minutes: 22.3 seconds) + 0:5:40:20 etc. What is the formula to add these to get 0:11:02:23 - I keep getting 0:0:0:0 Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Are you entering the fractions of a second as a decimal or with a colon like
in your example? Should be 0:5:22.03 and 0:5:40.20 Regards, OssieMac "stormy weather" wrote: I'm trying to add my split times for each kilometer for a total of 5 km, eg. 0:5:22:03 (5 minutes: 22.3 seconds) + 0:5:40:20 etc. What is the formula to add these to get 0:11:02:23 - I keep getting 0:0:0:0 Thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you all -- It works!
"OssieMac" wrote: Are you entering the fractions of a second as a decimal or with a colon like in your example? Should be 0:5:22.03 and 0:5:40.20 Regards, OssieMac "stormy weather" wrote: I'm trying to add my split times for each kilometer for a total of 5 km, eg. 0:5:22:03 (5 minutes: 22.3 seconds) + 0:5:40:20 etc. What is the formula to add these to get 0:11:02:23 - I keep getting 0:0:0:0 Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding times | Excel Discussion (Misc queries) | |||
formula to keep a running tally of the number of times a certain w | Excel Discussion (Misc queries) | |||
Running macro x # of times with a prompt | Excel Worksheet Functions | |||
Running a Macro a number of times | Excel Discussion (Misc queries) | |||
Adding times together | Excel Worksheet Functions |