Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi all ! First of all, this forum looks great ! Google ftw ! :) I'm having an EXCEL problem... I can't figure it out, but I'm sure the program is powerful enought to do that... I'm calculating how long a particular task will take to do, and the result is reported in number of minutes. I was wondering if a function existed to report the answer in days:hours:minutes Thank you very much !!! -- TigerLord ------------------------------------------------------------------------ TigerLord's Profile: http://www.excelforum.com/member.php...o&userid=32840 View this thread: http://www.excelforum.com/showthread...hreadid=526343 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you have a start date/time and an end date/time in separate cells, then
just subtract one from the other. The result can be formatted as d "days" hh:mm, but only works upto 31 days. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "TigerLord" wrote in message ... Hi all ! First of all, this forum looks great ! Google ftw ! :) I'm having an EXCEL problem... I can't figure it out, but I'm sure the program is powerful enought to do that... I'm calculating how long a particular task will take to do, and the result is reported in number of minutes. I was wondering if a function existed to report the answer in days:hours:minutes Thank you very much !!! -- TigerLord ------------------------------------------------------------------------ TigerLord's Profile: http://www.excelforum.com/member.php...o&userid=32840 View this thread: http://www.excelforum.com/showthread...hreadid=526343 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming you have minute in decimal format like 11518 minutes
just divide by 1440 and then use a custom format of d hh:mm the above will return 7 days 23 hours and 58 minutes with the minutes in A1 =A1/1440 -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "TigerLord" wrote in message ... Hi all ! First of all, this forum looks great ! Google ftw ! :) I'm having an EXCEL problem... I can't figure it out, but I'm sure the program is powerful enought to do that... I'm calculating how long a particular task will take to do, and the result is reported in number of minutes. I was wondering if a function existed to report the answer in days:hours:minutes Thank you very much !!! -- TigerLord ------------------------------------------------------------------------ TigerLord's Profile: http://www.excelforum.com/member.php...o&userid=32840 View this thread: http://www.excelforum.com/showthread...hreadid=526343 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup with more than number to be retrieved | Excel Worksheet Functions | |||
Preceding a number by zeros, that is still a number | Excel Worksheet Functions | |||
Count Number of Characters in a cell? | Excel Discussion (Misc queries) | |||
Need number of Saturdays and number of Sundays between 2 dates | Excel Worksheet Functions | |||
Multiple worksheet queries | Excel Worksheet Functions |