Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Summation of time

Why when a try to sum a number of time entries on a spreadsheet who's total
should be around 192 (worked hours per month) does the total appear as 00:00.
This is despite uning the [hh]:mm format, timesing the whole by 24 and
numerous other 'ideas'
Any help greatly apreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 427
Default Summation of time

Divide, not times

cells with say 8,8.5,7,9.25,10 ... etc will add up to a figure like 192

Cells need to be in fractions of a day to ie 8/24, 9/24 to be able to
display them as hh:mm

If you are happy with the individual ones being shown as decimal hours, ie
8.5
rather than 8:30 - leave these cells as they are.

The sum cell just needs to be converted
so should be =sum(CellWithHoursValues)/24

Steve


On Mon, 27 Nov 2006 08:50:01 -0000, Bikertyke
wrote:

Why when a try to sum a number of time entries on a spreadsheet who's
total
should be around 192 (worked hours per month) does the total appear as
00:00.
This is despite uning the [hh]:mm format, timesing the whole by 24 and
numerous other 'ideas'
Any help greatly apreciated.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Summation of time

Hi

If you are summing Excel times, then the cell with the formula need to
be formatted as [h]:mm to allow it to cycle past 24 hours.

--
Regards

Roger Govier


"Bikertyke" wrote in message
...
Why when a try to sum a number of time entries on a spreadsheet who's
total
should be around 192 (worked hours per month) does the total appear as
00:00.
This is despite uning the [hh]:mm format, timesing the whole by 24 and
numerous other 'ideas'
Any help greatly apreciated.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Summation of time

It appears that Excel will not sum a column of calculated times. My time
column is the product of my start time and finish time minus my lunch time
and therefore a calculation rather than a straight forward number. It works
fine if I enter the pure number but thats not what a spreadsheet is all
about.....is it?
Is this usual.


"Bikertyke" wrote in message
...
Why when a try to sum a number of time entries on a spreadsheet who's
total
should be around 192 (worked hours per month) does the total appear as
00:00.
This is despite uning the [hh]:mm format, timesing the whole by 24 and
numerous other 'ideas'
Any help greatly apreciated.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,726
Default Summation of time

Summing times works fine.

If you enter real times (8:15:14:30, etc.) and format the total cell as
[h]:mm it will show the result you expect.

What does your data look like?

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Bikertyke" wrote in message
...
It appears that Excel will not sum a column of calculated times. My time
column is the product of my start time and finish time minus my lunch time
and therefore a calculation rather than a straight forward number. It

works
fine if I enter the pure number but thats not what a spreadsheet is all
about.....is it?
Is this usual.


"Bikertyke" wrote in message
...
Why when a try to sum a number of time entries on a spreadsheet who's
total
should be around 192 (worked hours per month) does the total appear as
00:00.
This is despite uning the [hh]:mm format, timesing the whole by 24 and
numerous other 'ideas'
Any help greatly apreciated.








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Summation of time

What formula are you using? It should work fine.

With start in A1, Finish in B1 and lunch 1 hour and assuming entries of
9:00 and 17:00 then in C1
=B1-A1-TIME(1,0,0)
should return a value of 7:00
Copied down column C and then with a summation in cell C32
=SUM(C1:C31) with a format of [h]:mm should produce your result of
192:00 or whatever.

If you wanted it as decimal time, then
=(B1-A1-TIME(1,0,0))*24 with a format of General, will return 7 and C32
formatted as General would return 192.

--
Regards

Roger Govier


"Bikertyke" wrote in message
...
It appears that Excel will not sum a column of calculated times. My
time
column is the product of my start time and finish time minus my lunch
time
and therefore a calculation rather than a straight forward number. It
works
fine if I enter the pure number but thats not what a spreadsheet is
all
about.....is it?
Is this usual.


"Bikertyke" wrote in message
...
Why when a try to sum a number of time entries on a spreadsheet
who's
total
should be around 192 (worked hours per month) does the total appear
as
00:00.
This is despite uning the [hh]:mm format, timesing the whole by 24
and
numerous other 'ideas'
Any help greatly apreciated.






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 427
Default Summation of time

Did you see my post ?

Steve


On Mon, 27 Nov 2006 09:30:02 -0000, Bikertyke
wrote:

It appears that Excel will not sum a column of calculated times. My time
column is the product of my start time and finish time minus my lunch
time
and therefore a calculation rather than a straight forward number. It
works
fine if I enter the pure number but thats not what a spreadsheet is all
about.....is it?
Is this usual.


"Bikertyke" wrote in message
...
Why when a try to sum a number of time entries on a spreadsheet who's
total
should be around 192 (worked hours per month) does the total appear as
00:00.
This is despite uning the [hh]:mm format, timesing the whole by 24 and
numerous other 'ideas'
Any help greatly apreciated.


--
Steve (3)
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Summation of time

Gents
Your all heroes. Thanks for the assistance.

"Bikertyke" wrote:

Why when a try to sum a number of time entries on a spreadsheet who's total
should be around 192 (worked hours per month) does the total appear as 00:00.
This is despite uning the [hh]:mm format, timesing the whole by 24 and
numerous other 'ideas'
Any help greatly apreciated.

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
TO CREATE A LINE CHART WITH RATE IN Y AXIS & REAL TIME IN X AXIS vijaicbe Charts and Charting in Excel 4 November 9th 06 10:16 AM
synchronizing timestamp feature with time on video software. 999 Excel Discussion (Misc queries) 4 July 30th 06 10:49 PM
formula to determine time range overlap? William DeLeo Excel Discussion (Misc queries) 0 June 6th 06 08:26 PM
Hot key for time? Dave in Des Moines Excel Worksheet Functions 2 March 24th 06 04:15 PM
time sheet drop down lists Steve Excel Discussion (Misc queries) 12 March 18th 06 10:30 PM


All times are GMT +1. The time now is 06:30 PM.

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"