entering negative time values in excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to enter a negative time value in excel but can't work out how to do
it. Can anyone help?

Thanks
 
First, you'll want to change to the 1904 date system.
Tools|options|Calculation tab

Then you can enter the negative time like:

=-TIME(1,30,0)
for -1:30 AM

You could also use:
=-"01:30:00"
(but format the cell as time)

Be aware that if you have dates in your workbook, they'll change by 4 years and
a day.
 
Thanks for that, unfortunately I don't think that will help in my particular
circumstances.

This is for a time sheet that will be used by lots of people, most of whom
will be Excel novices. They will need to be able to enter, for example
-01:00, if they have worked 1 hour less than their conditioned hours.

I think I need some way of formatting the cell that that either positive or
negative time values can be entered.

Unfortunatley it is also not a cell that could be populated with a formula.

Any suggestions?
 
I don't have any other suggestions.
Thanks for that, unfortunately I don't think that will help in my particular
circumstances.

This is for a time sheet that will be used by lots of people, most of whom
will be Excel novices. They will need to be able to enter, for example
-01:00, if they have worked 1 hour less than their conditioned hours.

I think I need some way of formatting the cell that that either positive or
negative time values can be entered.

Unfortunatley it is also not a cell that could be populated with a formula.

Any suggestions?
 
Use multiple cells?

One for the time and one for +/- indicator and then one that combines the two?
 
Thanks, I will try that.

Dave Peterson said:
Use multiple cells?

One for the time and one for +/- indicator and then one that combines the two?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top