Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
cmt cmt is offline
external usenet poster
 
Posts: 1
Default how do you add times together to give a total time?

I want to add together a column of times on telephone calls.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default how do you add times together to give a total time?

If those times are in Excel time format, then you can just SUM them
and set the format of that cell as appropriate, maybe [mm]:ss - the
square brackets instructs Excel not to wrap the number of minutes at
60 into hours, so that 1 hour and 30 minutes would show as 90:00
instead of 1:30:00.

If the duration is in seconds, then you could have a formula like
this:

=SUM(S2:S1000)/60/60/24

with the cell formatted as time.

Hope this helps.

Pete

On Feb 25, 1:03*am, cmt wrote:
I want to add together a column of times on telephone calls.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need two different data types to give me a total silk723 Excel Worksheet Functions 6 November 19th 09 03:06 PM
Help with adding times to give the result as the day Jimbo Excel Worksheet Functions 3 March 31st 09 03:04 AM
Product of Hrs & minutes times rate per hr to give a cost Steve[_14_] Excel Discussion (Misc queries) 1 May 27th 08 01:50 PM
Calculation Total Time With Dates/Times That Overlaps Steve Gilley Excel Discussion (Misc queries) 4 February 18th 08 03:50 PM
If the total = between 17-20 give it a score of 5, and so on Heather Excel Discussion (Misc queries) 3 May 25th 07 09:59 PM


All times are GMT +1. The time now is 01:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"