How can i change hours and minutes (which are in decimal ) to hh:mm format.
File is attached for ref.
How can i change hours and minutes (which are in decimal ) to hh:mm format.
File is attached for ref.
Click on (*), if you agree.
excel doesnt really like showing hours over 24. so it may be better to keep the times in that format.
when I convert 230.25 with...
=TIME(LEFT(B3,SEARCH(".",B3,1)-1)*1+(INT(B3/24)*24),RIGHT(B3,2)*1,0)
it gives me 14:25
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Hello,
On C3, you can paste this formula
However, as FDibbins said, Excel will not show hh:mm over 24 hours, so this is just a rough way to force the number into text.![]()
Please Login or Register to view this content.
Edit: Aparently you can format it to actually look like hh:mm that is over 24 hours. See post #5 for details.
Last edited by Lemice; 05-04-2013 at 06:20 AM.
(copy pasta from Ford)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
Regards,
Lem
Wow, I have never known that before. Thanks daddylonglegs for the solution, that's a great one!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks