Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Need help adding hours exceeding 24 hours

Help please - I am a novice when it comes to spreadsheet-functions!
In a spreadsheet I try to add hours exceeding 24 hrs. What I need is the
formula to put in the resulting cell, in order to get the result in hours and
minutes (not in hundreds) Ex:
05:10
01:50
06:30
10:20
09:00
00:00
Formula here?

"=SUM(A1:A6)*24" is giving me 20:00, using "user-defined tt:mm."

Using "Digits", the result gives 32,83" -

where the result was supposed to be 32:50 hours and minutes."

Best regards,
Faerk (frm. Denmark)


  #2   Report Post  
Junior Member
 
Location: Ossett West Yorks England
Posts: 2
Smile

Quote:
Originally Posted by faerk View Post
Help please - I am a novice when it comes to spreadsheet-functions!
In a spreadsheet I try to add hours exceeding 24 hrs. What I need is the
formula to put in the resulting cell, in order to get the result in hours and
minutes (not in hundreds) Ex:
05:10
01:50
06:30
10:20
09:00
00:00
Formula here?

"=SUM(A1:A6)*24" is giving me 20:00, using "user-defined tt:mm."

Using "Digits", the result gives 32,83" -

where the result was supposed to be 32:50 hours and minutes."

Best regards,
Faerk (frm. Denmark)
Hi Faerk
assuming your formula =Sum(A1:A6) is in cell A7 format the cell by going to Formatcellscustom and type in the type tab [hh]:mm
this will give you the correct answer


regards Howard

Last edited by gearcutter : August 17th 08 at 05:09 PM Reason: formula needs inserting
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default Need help adding hours exceeding 24 hours

It is very easy:
Select cell with sum function and use Format-CellsNumber tab and use
Custom option.
Enter [HH]:mm and it will summarize over 24h limit...

sasa stankovic

"faerk" wrote in message
...
Help please - I am a novice when it comes to spreadsheet-functions!
In a spreadsheet I try to add hours exceeding 24 hrs. What I need is the
formula to put in the resulting cell, in order to get the result in hours
and
minutes (not in hundreds) Ex:
05:10
01:50
06:30
10:20
09:00
00:00
Formula here?

"=SUM(A1:A6)*24" is giving me 20:00, using "user-defined tt:mm."

Using "Digits", the result gives 32,83" -

where the result was supposed to be 32:50 hours and minutes."

Best regards,
Faerk (frm. Denmark)




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Need help adding hours exceeding 24 hours

Thanks - but - as a novice in spreadsheets - and bc my spreadsheet is i
danish Language, I hav'nt been able to act. the way you recommended (since
all here is in danish!

"Sasa Stankovic" skrev:

It is very easy:
Select cell with sum function and use Format-CellsNumber tab and use
Custom option.
Enter [HH]:mm and it will summarize over 24h limit...

sasa stankovic So, I'm sorry, it's not so easy for me!


Can I "beg" you to be a bit more specific -

best frm Faerk

"faerk" wrote in message
...
Help please - I am a novice when it comes to spreadsheet-functions!
In a spreadsheet I try to add hours exceeding 24 hrs. What I need is the
formula to put in the resulting cell, in order to get the result in hours
and
minutes (not in hundreds) Ex:
05:10
01:50
06:30
10:20
09:00
00:00
Formula here?

"=SUM(A1:A6)*24" is giving me 20:00, using "user-defined tt:mm."

Using "Digits", the result gives 32,83" -

where the result was supposed to be 32:50 hours and minutes."

Best regards,
Faerk (frm. Denmark)





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Need help adding hours exceeding 24 hours

First of all since you are using *24 you should format it as general or a
number and not time, if you which you seem to have done you will get
32.833333 which is correct. If you format as
[tt]:mm (I am using Swedish format, I am assuming Danish format is similar)

Then you should get 32:50 which equals 32.833333,
32:30 equals 32.50 in decimal time


--


Regards,


Peo Sjoblom





"faerk" wrote in message
...
Thanks - but - as a novice in spreadsheets - and bc my spreadsheet is i
danish Language, I hav'nt been able to act. the way you recommended (since
all here is in danish!

"Sasa Stankovic" skrev:

It is very easy:
Select cell with sum function and use Format-CellsNumber tab and use
Custom option.
Enter [HH]:mm and it will summarize over 24h limit...

sasa stankovic So, I'm sorry, it's not so easy for me!


Can I "beg" you to be a bit more specific -

best frm Faerk

"faerk" wrote in message
...
Help please - I am a novice when it comes to spreadsheet-functions!
In a spreadsheet I try to add hours exceeding 24 hrs. What I need is
the
formula to put in the resulting cell, in order to get the result in
hours
and
minutes (not in hundreds) Ex:
05:10
01:50
06:30
10:20
09:00
00:00
Formula here?

"=SUM(A1:A6)*24" is giving me 20:00, using "user-defined tt:mm."

Using "Digits", the result gives 32,83" -

where the result was supposed to be 32:50 hours and minutes."

Best regards,
Faerk (frm. Denmark)









  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Need help adding hours exceeding 24 hours

Thanks to you both!
I must be extraordinary dum, since I cant follow your reciepts.

Where do I put the "[TT]:mm" like this? =SUM(C6:C19)[24]:60, or like this:
=SUM(C6:C19)[TT]:mm, or?

regards

Faerk

"Peo Sjoblom" skrev:

First of all since you are using *24 you should format it as general or a
number and not time, if you which you seem to have done you will get
32.833333 which is correct. If you format as
[tt]:mm (I am using Swedish format, I am assuming Danish format is similar)

Then you should get 32:50 which equals 32.833333,
32:30 equals 32.50 in decimal time


--


Regards,


Peo Sjoblom





"faerk" wrote in message
...
Thanks - but - as a novice in spreadsheets - and bc my spreadsheet is i
danish Language, I hav'nt been able to act. the way you recommended (since
all here is in danish!

"Sasa Stankovic" skrev:

It is very easy:
Select cell with sum function and use Format-CellsNumber tab and use
Custom option.
Enter [HH]:mm and it will summarize over 24h limit...

sasa stankovic So, I'm sorry, it's not so easy for me!


Can I "beg" you to be a bit more specific -

best frm Faerk

"faerk" wrote in message
...
Help please - I am a novice when it comes to spreadsheet-functions!
In a spreadsheet I try to add hours exceeding 24 hrs. What I need is
the
formula to put in the resulting cell, in order to get the result in
hours
and
minutes (not in hundreds) Ex:
05:10
01:50
06:30
10:20
09:00
00:00
Formula here?

"=SUM(A1:A6)*24" is giving me 20:00, using "user-defined tt:mm."

Using "Digits", the result gives 32,83" -

where the result was supposed to be 32:50 hours and minutes."

Best regards,
Faerk (frm. Denmark)








  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Need help adding hours exceeding 24 hours

- assuming your formula =Sum(A1:A6) is in cell A7 format the cell by going
to Formatcellscustom and type in the type tab [hh]:mm
this will give you the correct answer...

Ok, but since my Spreadsheet is in Danish lang, I dont know where to find
this tab.

Again... can I Write like this: =SUM(C6:C19)[hh]:mm, or will one of you
send me a screenshot or two, to: efaerk(at)gmail.com, so I can compare your
versions tabs a.s.o. with my Danish version, please?

Regards Faerk


"gearcutter" skrev:


faerk;710496 Wrote:
Help please - I am a novice when it comes to spreadsheet-functions!
In a spreadsheet I try to add hours exceeding 24 hrs. What I need is
the
formula to put in the resulting cell, in order to get the result in
hours and
minutes (not in hundreds) Ex:
05:10
01:50
06:30
10:20
09:00
00:00
Formula here?

"=SUM(A1:A6)*24" is giving me 20:00, using "user-defined tt:mm."

Using "Digits", the result gives 32,83" -

where the result was supposed to be 32:50 hours and minutes."

Best regards,
Faerk (frm. Denmark)


Hi Faerk
assuming your formula =Sum(A1:A6) is in cell A7 format the cell by
going to Formatcellscustom and type in the type tab [hh]:mm
this will give you the correct answer


regards Howard




--
gearcutter

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Need help adding hours exceeding 24 hours

Hurrah - I got it - [HH]:mm in english is = [TT]:mm in Danish :-) as "Peo
Sjoblom" wrote.

Thanks to all of you :-)

Best regards frm. Faerk

"Peo Sjoblom" skrev:

First of all since you are using *24 you should format it as general or a
number and not time, if you which you seem to have done you will get
32.833333 which is correct. If you format as
[tt]:mm (I am using Swedish format, I am assuming Danish format is similar)

Then you should get 32:50 which equals 32.833333,
32:30 equals 32.50 in decimal time


--


Regards,


Peo Sjoblom





"faerk" wrote in message
...
Thanks - but - as a novice in spreadsheets - and bc my spreadsheet is i
danish Language, I hav'nt been able to act. the way you recommended (since
all here is in danish!

"Sasa Stankovic" skrev:

It is very easy:
Select cell with sum function and use Format-CellsNumber tab and use
Custom option.
Enter [HH]:mm and it will summarize over 24h limit...

sasa stankovic So, I'm sorry, it's not so easy for me!


Can I "beg" you to be a bit more specific -

best frm Faerk

"faerk" wrote in message
...
Help please - I am a novice when it comes to spreadsheet-functions!
In a spreadsheet I try to add hours exceeding 24 hrs. What I need is
the
formula to put in the resulting cell, in order to get the result in
hours
and
minutes (not in hundreds) Ex:
05:10
01:50
06:30
10:20
09:00
00:00
Formula here?

"=SUM(A1:A6)*24" is giving me 20:00, using "user-defined tt:mm."

Using "Digits", the result gives 32,83" -

where the result was supposed to be 32:50 hours and minutes."

Best regards,
Faerk (frm. Denmark)








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
Converting total number of hours (24 hours) into days MV Rao Excel Discussion (Misc queries) 1 January 24th 08 12:50 PM
wages - multiply hours and minutes by number of hours worked Carol (Australia) Excel Discussion (Misc queries) 6 April 1st 07 01:16 AM
Drivers Hours Timesheet - Calculate Hours Worked on Weekly Basis Graham Excel Discussion (Misc queries) 2 January 28th 07 08:40 PM
calculate the sum of hours exceeding 23:56 charllie Excel Worksheet Functions 1 June 8th 06 07:48 PM
Convert hours and minutes in time format into fractions of hours.. Akern Excel Worksheet Functions 4 April 21st 05 02:56 PM


All times are GMT +1. The time now is 03:51 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"