Hello all,
I want to convert the number into the time format hh:mm:ss.
For Example:- 21033 should be display in time format hh:mm:ss.
thanks
Hello all,
I want to convert the number into the time format hh:mm:ss.
For Example:- 21033 should be display in time format hh:mm:ss.
thanks
is 21033 days, hours, mins or secs?
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
Yes, it should be look like as 2:10:33.
Try this...
=TIME(LEFT(A1,IF(LEN(A1)=5,1,2)),MID(A1,IF(LEN(A1)=5,2,3),2),RIGHT(A1,2))
Thanks for the feedback![]()
it works![]()
Happy to help![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks