• 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.

10000+ Hours in Time format

Ajesh

Active Member
Hi Everyone,

Is there a way to enter 10000+ hours in time format.

Everything remaims cool uptill 9999:59:59 but 10000:00:00 hours or more is treated as text value by excel.
 
Hi Ajesh ,

You can put the value 9999:59:59 in a cell , and then you can use the formula :

=cell + TIMEVALUE("00:00:01")

to get the value equivalent to 10000:00:00

Narayan
 
Hi Narayan,

This is what i am doing currently. I was looking for something which stores it in Time format in the first place. We need to frequently import/copy-paste data which contains values 10K+ hours and then perform further calculations based on them. For this it requires to find those mischievous values and give them a spanking with help of TIMEVALUE function. :):)

Not sure if this is a bug with Excel or something else.
 
Ah! there it is. Thanks Hui.

Wonder why would Microsoft think that time values should not be greater than 9999:59:59. :)
 
Back
Top