I need to put into a cell a NEGATIVE HOUR like this:
-01:10:00, .
Because I need to calculate a amount of extra hours , but some times the hour is negative, so how can I do this??
That's because you are entering a TIME value and NOT ELAPSED TIME or RELATIVE TIME.
Time values are NUMBERS, FRATIONAL values like .5 can be FORMATTED as 12:00 PM (.5 of a day) and TIME values are usually associated with DATE values which are NUMBERS greater than 1, like today is 38125 which can be FORMATTED 5/18/2004.
so, if you want to ADD positive or negative hours (in B1 as just a number) and your base time value is in A1...
[tt]
=A1+B1/24
[/tt]
the formula is
Skip,
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.