PC Review


Reply
Thread Tools Rate Thread

how to add minutes to give hours using excel e.g. 30m +30m = 1hr

 
 
=?Utf-8?B?YWxwaG9uaWE=?=
Guest
Posts: n/a
 
      8th Oct 2006
When I use excel to get a sum of cells. e.g add 30 + 30 +30 minutes will
give me 90 instead of 1 hour 30 minutes. How do I set the cells to give me
the correct sum total?
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      8th Oct 2006
=SUM(A1:A3)/24/60

and format as time

--

HTH

Bob Phillips

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

"alphonia" <(E-Mail Removed)> wrote in message
news:AF7527F9-F359-4503-9006-(E-Mail Removed)...
> When I use excel to get a sum of cells. e.g add 30 + 30 +30 minutes will
> give me 90 instead of 1 hour 30 minutes. How do I set the cells to give me
> the correct sum total?



 
Reply With Quote
 
Trevor Shuttleworth
Guest
Posts: n/a
 
      8th Oct 2006
If you enter the times as hh:mm:ss, for example, in this case, as 00:30:00,
then, when you add them up, Excel will automatically show the sum as
01:30:00. If the total will exceed 24 hours, format the cell as [hh]:mm:ss

Alternatively, you can divide 90 by 24*60 (1440) and format as [hh]:mm:ss

That is, for example:

=SUM(A2:C2)/(24*60)

Regards

Trevor


"alphonia" <(E-Mail Removed)> wrote in message
news:AF7527F9-F359-4503-9006-(E-Mail Removed)...
> When I use excel to get a sum of cells. e.g add 30 + 30 +30 minutes will
> give me 90 instead of 1 hour 30 minutes. How do I set the cells to give me
> the correct sum total?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: Converting total minutes into hours and minutes in Excel sjames Microsoft Excel Worksheet Functions 0 26th Dec 2007 07:24 PM
RE: Converting total minutes into hours and minutes in Excel sjames Microsoft Excel Worksheet Functions 0 26th Dec 2007 07:21 PM
RE: Converting total minutes into hours and minutes in Excel =?Utf-8?B?TWFydGluIEZpc2hsb2Nr?= Microsoft Excel Worksheet Functions 3 13th Feb 2007 10:50 AM
Re: Converting total minutes into hours and minutes in Excel T. Valko Microsoft Excel Worksheet Functions 1 22nd Dec 2006 06:44 PM
converting Days Hours & minutes into just minutes in excel =?Utf-8?B?U2l4IFNpZ21hIEJsYWNrYmVsdA==?= Microsoft Excel Misc 5 28th Apr 2006 09:45 PM


Features
 

Advertising
 

Newsgroups
 


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