• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to convert a number into a time format

Hi ,
I have a number 72 hours when i am trying to convert it into time format in hh:mm:ss using text funtionand by foramtting it but it is giving 00:00:00 by text function and 1728:00:00 by formatting it .please suggest how to change 72 into time format 72:00:00 like this . so please help
 
Hi,
Hi ,
I have a number 72 hours when i am trying to convert it into time format in hh:mm:ss using text funtionand by foramtting it but it is giving 00:00:00 by text function and 1728:00:00 by formatting it .please suggest how to change 72 into time format 72:00:00 like this . so please help

Hi,

In addition to the above (Dividing by 24) you must apply a custom format of

[H]:mm:ss

if you apply a standard format of hh:mm:ss then the 72 hours will display as zero because that format allows time to roll over to zero after 24 hours.
 
Last edited:
Back
Top