#1   Report Post  
poly2
 
Posts: n/a
Default Time Calculation

After adding times, I get a calculation of 34 hours 208 min How do I
convert it to just hours and mins. Each (h and mm) are in different cells:
A1=34 A2=208

or how do I convert a decimal to minutes
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=A1/24+A2/1440

custom format [hh]:mm

--

Regards,

Peo Sjoblom

"poly2" wrote in message
...
After adding times, I get a calculation of 34 hours 208 min How do I
convert it to just hours and mins. Each (h and mm) are in different

cells:
A1=34 A2=208

or how do I convert a decimal to minutes



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default



--

HTH

RP
(remove nothere from the email address if mailing direct)


"poly2" wrote in message
...
After adding times, I get a calculation of 34 hours 208 min How do I
convert it to just hours and mins. Each (h and mm) are in different

cells:
A1=34 A2=208

or how do I convert a decimal to minutes



  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

=A1/24+A2/24/60

and make sure you format the result cell as [hh]:mm as it is more than 24
hours

--

HTH

RP
(remove nothere from the email address if mailing direct)


"poly2" wrote in message
...
After adding times, I get a calculation of 34 hours 208 min How do I
convert it to just hours and mins. Each (h and mm) are in different

cells:
A1=34 A2=208

or how do I convert a decimal to minutes



  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Mon, 14 Feb 2005 13:45:04 -0800, "poly2"
wrote:

After adding times, I get a calculation of 34 hours 208 min How do I
convert it to just hours and mins. Each (h and mm) are in different cells:
A1=34 A2=208

or how do I convert a decimal to minutes


One way:

=INT(A1/24)+TIME(A1,A2,0)

Format as [h]:mm


--ron
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
elapsed time calculation rwf Excel Discussion (Misc queries) 1 January 21st 05 04:51 AM
Time calculation. shital shah Excel Worksheet Functions 2 January 20th 05 11:25 AM
"Manual calculation" takes less time. Why? Kjetil Excel Discussion (Misc queries) 1 January 7th 05 12:28 AM
time calculation excel Gate Keeper Excel Worksheet Functions 1 December 31st 04 08:27 AM
Excel - Time calculation Leyland Excel Discussion (Misc queries) 1 November 30th 04 07:43 PM


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