#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Sum Time

Here is the set up.

Begin TimeEnd Time Total Time on call
7:00:00 17:15:00 10:15:00
8:00:00 14:00:00 6:00:00
8:30:00 17:00:00 8:30:00
7:15:00 16:20:00 9:05:00
9:55:00 16:30:00 6:35:00
7:00:00 9:00:00 2:00:00
8:15:00 9:35:00 1:20:00
7:00:00 8:15:00 1:15:00
13:00:00 14:30:00 1:30:00
13:30:00 14:50:00 1:20:00
6:30:00 16:00:00 9:30:00
8:15:00 15:50:00 7:35:00
10:00:00 14:30:00 4:30:00
8:00:00 11:00:00 3:00:00
7:00:00 13:00:00 6:00:00
8:00:00 16:00:00 8:00:00
8:00:00 13:00:00 5:00:00
13:00:00 16:00:00 3:00:00
8:00:00 12:00:00 4:00:00
14:00:00 15:00:00 1:00:00
12:30:00 16:45:00 4:15:00

I am trying to sum the total number of hours and minutes in Total time.
Begin and End Time are input as :mm/dd/yyyy hh:mm:ss AM/PM. Total Time is
formatted as hh:mm:ss. Begin Time is subtracted from End Time for Total time
on call.

When I so auto sum for the Total Time at the bottom, I get 7:40:00. I know
there are more hours than 7. what am I doing wrong.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sum Time

Format your total formula cell as [hh]:mm

The brackets [ ] keep the hours from rolling over into days after 24 hours.
For example:

36:00

Formatted as hh:mm = 12:00
Formatted as [hh]:mm = 36:00

--
Biff
Microsoft Excel MVP


"womblew" wrote in message
...
Here is the set up.

Begin TimeEnd Time Total Time on call
7:00:00 17:15:00 10:15:00
8:00:00 14:00:00 6:00:00
8:30:00 17:00:00 8:30:00
7:15:00 16:20:00 9:05:00
9:55:00 16:30:00 6:35:00
7:00:00 9:00:00 2:00:00
8:15:00 9:35:00 1:20:00
7:00:00 8:15:00 1:15:00
13:00:00 14:30:00 1:30:00
13:30:00 14:50:00 1:20:00
6:30:00 16:00:00 9:30:00
8:15:00 15:50:00 7:35:00
10:00:00 14:30:00 4:30:00
8:00:00 11:00:00 3:00:00
7:00:00 13:00:00 6:00:00
8:00:00 16:00:00 8:00:00
8:00:00 13:00:00 5:00:00
13:00:00 16:00:00 3:00:00
8:00:00 12:00:00 4:00:00
14:00:00 15:00:00 1:00:00
12:30:00 16:45:00 4:15:00

I am trying to sum the total number of hours and minutes in Total time.
Begin and End Time are input as :mm/dd/yyyy hh:mm:ss AM/PM. Total Time is
formatted as hh:mm:ss. Begin Time is subtracted from End Time for Total
time
on call.

When I so auto sum for the Total Time at the bottom, I get 7:40:00. I know
there are more hours than 7. what am I doing wrong.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 747
Default Sum Time

use custom format

[h]:mm


On Jan 27, 12:31*am, womblew
wrote:
Here is the set up.

Begin TimeEnd Time * * *Total Time on call
7:00:00 17:15:00 * * * *10:15:00
8:00:00 14:00:00 * * * *6:00:00
8:30:00 17:00:00 * * * *8:30:00
7:15:00 16:20:00 * * * *9:05:00
9:55:00 16:30:00 * * * *6:35:00
7:00:00 9:00:00 2:00:00
8:15:00 9:35:00 1:20:00
7:00:00 8:15:00 1:15:00
13:00:00 * * * *14:30:00 * * * *1:30:00
13:30:00 * * * *14:50:00 * * * *1:20:00
6:30:00 16:00:00 * * * *9:30:00
8:15:00 15:50:00 * * * *7:35:00
10:00:00 * * * *14:30:00 * * * *4:30:00
8:00:00 11:00:00 * * * *3:00:00
7:00:00 13:00:00 * * * *6:00:00
8:00:00 16:00:00 * * * *8:00:00
8:00:00 13:00:00 * * * *5:00:00
13:00:00 * * * *16:00:00 * * * *3:00:00
8:00:00 12:00:00 * * * *4:00:00
14:00:00 * * * *15:00:00 * * * *1:00:00
12:30:00 * * * *16:45:00 * * * *4:15:00

I am trying to sum the total number of hours and minutes in Total time.
Begin and End Time are input as :mm/dd/yyyy hh:mm:ss AM/PM. *Total Time is
formatted as hh:mm:ss. Begin Time is subtracted from End Time for Total time
on call.

When I so auto sum for the Total Time at the bottom, I get 7:40:00. I know
there are more hours than 7. what am I doing wrong.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Sum Time

Try formatting the cell with the total with [hh]:mm:ss
Tell us if this works
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"womblew" wrote in message
...
Here is the set up.

Begin TimeEnd Time Total Time on call
7:00:00 17:15:00 10:15:00
8:00:00 14:00:00 6:00:00
8:30:00 17:00:00 8:30:00
7:15:00 16:20:00 9:05:00
9:55:00 16:30:00 6:35:00
7:00:00 9:00:00 2:00:00
8:15:00 9:35:00 1:20:00
7:00:00 8:15:00 1:15:00
13:00:00 14:30:00 1:30:00
13:30:00 14:50:00 1:20:00
6:30:00 16:00:00 9:30:00
8:15:00 15:50:00 7:35:00
10:00:00 14:30:00 4:30:00
8:00:00 11:00:00 3:00:00
7:00:00 13:00:00 6:00:00
8:00:00 16:00:00 8:00:00
8:00:00 13:00:00 5:00:00
13:00:00 16:00:00 3:00:00
8:00:00 12:00:00 4:00:00
14:00:00 15:00:00 1:00:00
12:30:00 16:45:00 4:15:00

I am trying to sum the total number of hours and minutes in Total time.
Begin and End Time are input as :mm/dd/yyyy hh:mm:ss AM/PM. Total Time is
formatted as hh:mm:ss. Begin Time is subtracted from End Time for Total
time
on call.

When I so auto sum for the Total Time at the bottom, I get 7:40:00. I know
there are more hours than 7. what am I doing wrong.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Sum Time

This is not work It came back with "9103:40:00". I know that there were not
9103 minutes there. Nont of the other suggestins worked either.

"Bernard Liengme" wrote:

Try formatting the cell with the total with [hh]:mm:ss
Tell us if this works
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"womblew" wrote in message
...
Here is the set up.

Begin TimeEnd Time Total Time on call
7:00:00 17:15:00 10:15:00
8:00:00 14:00:00 6:00:00
8:30:00 17:00:00 8:30:00
7:15:00 16:20:00 9:05:00
9:55:00 16:30:00 6:35:00
7:00:00 9:00:00 2:00:00
8:15:00 9:35:00 1:20:00
7:00:00 8:15:00 1:15:00
13:00:00 14:30:00 1:30:00
13:30:00 14:50:00 1:20:00
6:30:00 16:00:00 9:30:00
8:15:00 15:50:00 7:35:00
10:00:00 14:30:00 4:30:00
8:00:00 11:00:00 3:00:00
7:00:00 13:00:00 6:00:00
8:00:00 16:00:00 8:00:00
8:00:00 13:00:00 5:00:00
13:00:00 16:00:00 3:00:00
8:00:00 12:00:00 4:00:00
14:00:00 15:00:00 1:00:00
12:30:00 16:45:00 4:15:00

I am trying to sum the total number of hours and minutes in Total time.
Begin and End Time are input as :mm/dd/yyyy hh:mm:ss AM/PM. Total Time is
formatted as hh:mm:ss. Begin Time is subtracted from End Time for Total
time
on call.

When I so auto sum for the Total Time at the bottom, I get 7:40:00. I know
there are more hours than 7. what am I doing wrong.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Sum Time

The difference between 9103:40:00 and 103:40:40 is 375 whole days.

You say that your data were input as mm/dd/yyyy hh:mm:ss AM/PM so you need
to format the begin and end time cells that way so that you can see where
your extra days are hidden. Otherwise format your difference column (as
well as its total) as [h]:mm:ss, then you will see which row(s) have got the
extra days.
--
David Biddulph

"womblew" wrote in message
...
This is not work It came back with "9103:40:00". I know that there were
not
9103 minutes there. Nont of the other suggestins worked either.

"Bernard Liengme" wrote:

Try formatting the cell with the total with [hh]:mm:ss
Tell us if this works
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"womblew" wrote in message
...
Here is the set up.

Begin TimeEnd Time Total Time on call
7:00:00 17:15:00 10:15:00
8:00:00 14:00:00 6:00:00
8:30:00 17:00:00 8:30:00
7:15:00 16:20:00 9:05:00
9:55:00 16:30:00 6:35:00
7:00:00 9:00:00 2:00:00
8:15:00 9:35:00 1:20:00
7:00:00 8:15:00 1:15:00
13:00:00 14:30:00 1:30:00
13:30:00 14:50:00 1:20:00
6:30:00 16:00:00 9:30:00
8:15:00 15:50:00 7:35:00
10:00:00 14:30:00 4:30:00
8:00:00 11:00:00 3:00:00
7:00:00 13:00:00 6:00:00
8:00:00 16:00:00 8:00:00
8:00:00 13:00:00 5:00:00
13:00:00 16:00:00 3:00:00
8:00:00 12:00:00 4:00:00
14:00:00 15:00:00 1:00:00
12:30:00 16:45:00 4:15:00

I am trying to sum the total number of hours and minutes in Total time.
Begin and End Time are input as :mm/dd/yyyy hh:mm:ss AM/PM. Total Time
is
formatted as hh:mm:ss. Begin Time is subtracted from End Time for Total
time
on call.

When I so auto sum for the Total Time at the bottom, I get 7:40:00. I
know
there are more hours than 7. what am I doing wrong.






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Sum Time

I ran with your numbers and it gave me 103:40 which looks correct. 9103:40
suggests that you are either formatting it incorrectly or that there are
dates in the cell instead of just times and one of those dates, at least is
not in the same day for both the start and end times. 9000 hours = 375 days
exactly.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"womblew" wrote:

This is not work It came back with "9103:40:00". I know that there were not
9103 minutes there. Nont of the other suggestins worked either.

"Bernard Liengme" wrote:

Try formatting the cell with the total with [hh]:mm:ss
Tell us if this works
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"womblew" wrote in message
...
Here is the set up.

Begin TimeEnd Time Total Time on call
7:00:00 17:15:00 10:15:00
8:00:00 14:00:00 6:00:00
8:30:00 17:00:00 8:30:00
7:15:00 16:20:00 9:05:00
9:55:00 16:30:00 6:35:00
7:00:00 9:00:00 2:00:00
8:15:00 9:35:00 1:20:00
7:00:00 8:15:00 1:15:00
13:00:00 14:30:00 1:30:00
13:30:00 14:50:00 1:20:00
6:30:00 16:00:00 9:30:00
8:15:00 15:50:00 7:35:00
10:00:00 14:30:00 4:30:00
8:00:00 11:00:00 3:00:00
7:00:00 13:00:00 6:00:00
8:00:00 16:00:00 8:00:00
8:00:00 13:00:00 5:00:00
13:00:00 16:00:00 3:00:00
8:00:00 12:00:00 4:00:00
14:00:00 15:00:00 1:00:00
12:30:00 16:45:00 4:15:00

I am trying to sum the total number of hours and minutes in Total time.
Begin and End Time are input as :mm/dd/yyyy hh:mm:ss AM/PM. Total Time is
formatted as hh:mm:ss. Begin Time is subtracted from End Time for Total
time
on call.

When I so auto sum for the Total Time at the bottom, I get 7:40:00. I know
there are more hours than 7. what am I doing wrong.




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Sum Time

Thank you, I had a date conflict. one by a year and another by a few days.

"Shane Devenshire" wrote:

I ran with your numbers and it gave me 103:40 which looks correct. 9103:40
suggests that you are either formatting it incorrectly or that there are
dates in the cell instead of just times and one of those dates, at least is
not in the same day for both the start and end times. 9000 hours = 375 days
exactly.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"womblew" wrote:

This is not work It came back with "9103:40:00". I know that there were not
9103 minutes there. Nont of the other suggestins worked either.

"Bernard Liengme" wrote:

Try formatting the cell with the total with [hh]:mm:ss
Tell us if this works
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"womblew" wrote in message
...
Here is the set up.

Begin TimeEnd Time Total Time on call
7:00:00 17:15:00 10:15:00
8:00:00 14:00:00 6:00:00
8:30:00 17:00:00 8:30:00
7:15:00 16:20:00 9:05:00
9:55:00 16:30:00 6:35:00
7:00:00 9:00:00 2:00:00
8:15:00 9:35:00 1:20:00
7:00:00 8:15:00 1:15:00
13:00:00 14:30:00 1:30:00
13:30:00 14:50:00 1:20:00
6:30:00 16:00:00 9:30:00
8:15:00 15:50:00 7:35:00
10:00:00 14:30:00 4:30:00
8:00:00 11:00:00 3:00:00
7:00:00 13:00:00 6:00:00
8:00:00 16:00:00 8:00:00
8:00:00 13:00:00 5:00:00
13:00:00 16:00:00 3:00:00
8:00:00 12:00:00 4:00:00
14:00:00 15:00:00 1:00:00
12:30:00 16:45:00 4:15:00

I am trying to sum the total number of hours and minutes in Total time.
Begin and End Time are input as :mm/dd/yyyy hh:mm:ss AM/PM. Total Time is
formatted as hh:mm:ss. Begin Time is subtracted from End Time for Total
time
on call.

When I so auto sum for the Total Time at the bottom, I get 7:40:00. I know
there are more hours than 7. what am I doing wrong.



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
straight time, time and a half, and double time Jeremy Excel Discussion (Misc queries) 3 September 23rd 08 09:03 PM
Calculate Ending time using Start Time and Elapsed Time Chief 711 Excel Worksheet Functions 5 May 13th 08 04:34 PM
verify use of TIME Function, Find Quantity Level compare to time-d nastech Excel Discussion (Misc queries) 9 July 11th 07 01:58 PM
Formula to find Stop Time from Start Time and Total Minutes Jonathan Bickett Excel Worksheet Functions 5 March 7th 07 05:22 PM
Calculating days & time left from start date/time to end date/time marie Excel Worksheet Functions 7 December 7th 05 02:36 PM


All times are GMT +1. The time now is 11:49 AM.

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"