Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
mpendleton
 
Posts: n/a
Default Converting decimal time to standard time?


I am working on a formula spreadsheet and can NOT figure out how to
convert time that would include hours to standard time. For instance
if someone worked 7.25 hours it is 7 hours and 15 minutes. which would
read 7:15. Can anyone help.


--
mpendleton
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Converting decimal time to standard time?

=A1/24

where A1 holds 7.25, format as hh:mm


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"mpendleton" wrote in message
. ..

I am working on a formula spreadsheet and can NOT figure out how to
convert time that would include hours to standard time. For instance
if someone worked 7.25 hours it is 7 hours and 15 minutes. which would
read 7:15. Can anyone help.


--
mpendleton



  #3   Report Post  
Posted to microsoft.public.excel.misc
mpendleton
 
Posts: n/a
Default Converting decimal time to standard time?


I tried the A1/24 it didn't work. See b2+c2+d2 = e2. e2 is what I am
tring to convert to the 24 hours. any other suggestions. thanks
I am working on a formula spreadsheet and can NOT figure out how to
convert time that would include hours to standard time. For instance
if someone worked 7.25 hours it is 7 hours and 15 minutes. which would
read 7:15. Can anyone help.


--
mpendleton
  #4   Report Post  
Posted to microsoft.public.excel.misc
SteveG
 
Posts: n/a
Default Converting decimal time to standard time?


So the sum of B2:D2 = 7.25 and that is what you want to convert in E2?

In E2,

=sum(B2:D2)/24

and format hh:mm

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=541322

  #5   Report Post  
Posted to microsoft.public.excel.misc
protonLeah
 
Posts: n/a
Default Converting decimal time to standard time?


Try:

=TRUNC(A1) & ":" & (A1-TRUNC(A1))*60


Ben


--
protonLeah
------------------------------------------------------------------------
protonLeah's Profile: http://www.excelforum.com/member.php...o&userid=32097
View this thread: http://www.excelforum.com/showthread...hreadid=541322

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 decimal to time Charlene Excel Discussion (Misc queries) 17 April 13th 06 09:55 AM
Converting Decimal to Time Charlene Excel Discussion (Misc queries) 7 April 11th 06 11:24 PM
converting time to decimals bob Excel Worksheet Functions 2 March 11th 06 09:32 PM
Converting to Time Format Amber Excel Discussion (Misc queries) 1 July 7th 05 11:56 PM
Can't stop time duration [hh]:mm:ss converting to time of day Jack Cutrone Excel Discussion (Misc queries) 7 December 28th 04 12:23 AM


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