Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default How to sum hours, mins, secs (00:00:00)?

Hi, does anyone know how this is possible?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default How to sum hours, mins, secs (00:00:00)?

Dave , do the normal sum itself; but format the total cell to [h]:mm:ss

Right clickFormat CellsCustom

If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

Hi, does anyone know how this is possible?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default How to sum hours, mins, secs (00:00:00)?

Hi, This doesnt seem to work. There seems to be a problem with the formatting
of the cells that I am trying to sum. They display the duration as 0:00:10 if
I click into them indivdually they change to 00:00:00 and excel is able to
sum them however, this is not a solution as there are over a thousand.

I have tried formatiing the entire column but this does not work. There is
nothing to say that this is an error with the formatting of the cell and to
convert it.

What is the solution to this?

Thanks

"Jacob Skaria" wrote:

Dave , do the normal sum itself; but format the total cell to [h]:mm:ss

Right clickFormat CellsCustom

If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

Hi, does anyone know how this is possible?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default How to sum hours, mins, secs (00:00:00)?

Look like the data is in text format. Insert a column to the right such as if
Col A is having the current data; and in B1 enter formula =A1*1 and copy that
down as required. Format ColB to time hh:mm:ss. and then do the sum with
[h]:mm:ss


If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

Hi, This doesnt seem to work. There seems to be a problem with the formatting
of the cells that I am trying to sum. They display the duration as 0:00:10 if
I click into them indivdually they change to 00:00:00 and excel is able to
sum them however, this is not a solution as there are over a thousand.

I have tried formatiing the entire column but this does not work. There is
nothing to say that this is an error with the formatting of the cell and to
convert it.

What is the solution to this?

Thanks

"Jacob Skaria" wrote:

Dave , do the normal sum itself; but format the total cell to [h]:mm:ss

Right clickFormat CellsCustom

If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

Hi, does anyone know how this is possible?

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default How to sum hours, mins, secs (00:00:00)?

Hi

Thats great! This has solved the problem, however, is there not a way of
just converting the column to numeric format instead of having to put a new
column in?

Thanks for your help

"Jacob Skaria" wrote:

Look like the data is in text format. Insert a column to the right such as if
Col A is having the current data; and in B1 enter formula =A1*1 and copy that
down as required. Format ColB to time hh:mm:ss. and then do the sum with
[h]:mm:ss


If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

Hi, This doesnt seem to work. There seems to be a problem with the formatting
of the cells that I am trying to sum. They display the duration as 0:00:10 if
I click into them indivdually they change to 00:00:00 and excel is able to
sum them however, this is not a solution as there are over a thousand.

I have tried formatiing the entire column but this does not work. There is
nothing to say that this is an error with the formatting of the cell and to
convert it.

What is the solution to this?

Thanks

"Jacob Skaria" wrote:

Dave , do the normal sum itself; but format the total cell to [h]:mm:ss

Right clickFormat CellsCustom

If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

Hi, does anyone know how this is possible?

Thanks



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default How to sum hours, mins, secs (00:00:00)?

Dave

Another way. Enter 0 in any cell (a unused cell). Copy the cell. Select the
range with the time in text Say A1:A30. Right clickPasteSpecial select
'Add' and OK. Now format to hh:mm:ss

If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

Hi

Thats great! This has solved the problem, however, is there not a way of
just converting the column to numeric format instead of having to put a new
column in?

Thanks for your help

"Jacob Skaria" wrote:

Look like the data is in text format. Insert a column to the right such as if
Col A is having the current data; and in B1 enter formula =A1*1 and copy that
down as required. Format ColB to time hh:mm:ss. and then do the sum with
[h]:mm:ss


If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

Hi, This doesnt seem to work. There seems to be a problem with the formatting
of the cells that I am trying to sum. They display the duration as 0:00:10 if
I click into them indivdually they change to 00:00:00 and excel is able to
sum them however, this is not a solution as there are over a thousand.

I have tried formatiing the entire column but this does not work. There is
nothing to say that this is an error with the formatting of the cell and to
convert it.

What is the solution to this?

Thanks

"Jacob Skaria" wrote:

Dave , do the normal sum itself; but format the total cell to [h]:mm:ss

Right clickFormat CellsCustom

If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

Hi, does anyone know how this is possible?

Thanks

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
Format Cells for Mins / Secs Chris Cornell Excel Worksheet Functions 2 June 3rd 07 05:56 AM
how can i convert a value quoted in hrs,mins,secs to just mins The man from delmonte Excel Worksheet Functions 1 October 17th 06 11:12 AM
Importing Mins:Secs Terry Pinnell Excel Discussion (Misc queries) 3 October 11th 06 06:54 PM
Adding minutes showing total in hours/minutes, i.e., 60 mins + 60 mins + 15 mins to total of 2 hours 15 mins? StargateFan Excel Discussion (Misc queries) 8 January 7th 06 07:35 PM
Convert mins:secs to seconds only ronedwards Excel Worksheet Functions 3 November 3rd 05 11:10 PM


All times are GMT +1. The time now is 11:14 PM.

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

About Us

"It's about Microsoft Excel"