Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 51
Default Convert total minutes to hours and minutes

I have a figure which is the sum of minutes spent on individual projects.

The total number of minutes is 6590 derived from the simple formula
=SUM(B10:S10).

I would like this figure in hours and minutes. I know that it is 190 hours
and 50 minutes.(Achieved by 6590/ 60 for the hours and multipling the
remainder by 60 for the remaining minutes.

How should I rewrite the formula/format cell so that excel will do this on
its own?

Tx.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Convert total minutes to hours and minutes

=int(sum(b10:s10)/60)& " hrs " & mod(sum(b10:s10),60) & " mins"

"Derek" ...
I have a figure which is the sum of minutes spent on individual projects.

The total number of minutes is 6590 derived from the simple formula
=SUM(B10:S10).

I would like this figure in hours and minutes. I know that it is 190 hours
and 50 minutes.(Achieved by 6590/ 60 for the hours and multipling the
remainder by 60 for the remaining minutes.

How should I rewrite the formula/format cell so that excel will do this on
its own?

Tx.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 51
Default Convert total minutes to hours and minutes

Tx bobocat.....that worked like charm.

"bobocat" wrote:

=int(sum(b10:s10)/60)& " hrs " & mod(sum(b10:s10),60) & " mins"

"Derek" ...
I have a figure which is the sum of minutes spent on individual projects.

The total number of minutes is 6590 derived from the simple formula
=SUM(B10:S10).

I would like this figure in hours and minutes. I know that it is 190 hours
and 50 minutes.(Achieved by 6590/ 60 for the hours and multipling the
remainder by 60 for the remaining minutes.

How should I rewrite the formula/format cell so that excel will do this on
its own?

Tx.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Convert total minutes to hours and minutes

I know that it is 190 hours and 50 minutes

It's 109:50

=SUM(B10:S10)/1440

Format as [h]:mm

Biff

"Derek" wrote in message
...
I have a figure which is the sum of minutes spent on individual projects.

The total number of minutes is 6590 derived from the simple formula
=SUM(B10:S10).

I would like this figure in hours and minutes. I know that it is 190 hours
and 50 minutes.(Achieved by 6590/ 60 for the hours and multipling the
remainder by 60 for the remaining minutes.

How should I rewrite the formula/format cell so that excel will do this on
its own?

Tx.



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
Convert Total Hours and Minutes to Whole Number BobS9895 Excel Worksheet Functions 3 April 13th 06 07:56 PM
Need to convert hours and minutes to hours and tenths. MikeC Excel Discussion (Misc queries) 2 February 9th 06 06:22 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
adding rows of hours and minutes to get a total Tipps Excel Worksheet Functions 1 November 4th 05 07:03 PM
convert hours and minutes to minutes idaho Excel Discussion (Misc queries) 2 January 27th 05 09:45 PM


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