![]() |
#1
|
|||
|
|||
![]()
Hi Everyone,
I am trying to sum times (mm:ss) in Excel 2010 and I am getting nowhere quick. No matter what I seem to try, and I have poured over the internet trying a variety of methods, I am either getting the result 0:00:00 or 2:25. I have taken the liberty of linking to a section of the troublesome sheet, and it would be great if somebody could offer some advice on how to make the summing of the 'Duration (minutes)' column behave itself! https://dl.dropboxusercontent.com/u/...for-Excel.xlsx Any help will be greatly appreciated. Kind Regards, Davo Last edited by Mr Davo; 12-16-2014 at 05:36 PM. |
#2
|
||||
|
||||
![]()
External links being potentially unsafe, could you please post your sheet on the forum? Thx
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]()
Hello Davo
Your column B isn't the mm:ss that you think it is. It is actual time based on the 24 hour clock, ie: B2 is 9:05 PM. In C2 put =TIME(0,LEFT(B2,LEN(B2)-3),RIGHT(B2,2)) *24*60 to get minutes with a decimal, drag down, then sum the column as normal. Good luck NoSparks |
#4
|
||||
|
||||
![]()
Another method . Use following formula
Code:
=sumproduct(B2:B113*1)/60
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Beowolf | Mail Merge | 1 | 03-07-2014 03:26 PM |
![]() |
hanvyj | Excel | 2 | 05-29-2013 12:12 PM |
![]() |
e.roberts | Office | 3 | 07-13-2012 01:36 AM |
Formatting Merged Time Values Between Excel & Word | JennEx | Mail Merge | 1 | 07-12-2012 02:54 PM |
![]() |
jpotter2 | Word | 3 | 03-22-2011 02:07 PM |