![]() |
Report a given number in days:hours:minutes ?
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 |
Report a given number in days:hours:minutes ?
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 |
Report a given number in days:hours:minutes ?
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 |
All times are GMT +1. The time now is 03:42 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com