recording negative time

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

Guest

I am trying to set up a spreadsheet to record staff flex-time. Formating to
record time produces errors when negative are introduced.
 
Hi

Set your spreadsheet to 1904 calendar (Tools > Options menu) to display
negative time. (Note that dates will shidt 4 years 1 days off by doing
this).

HTH. Best wishes Harald
 
It is still a correct value even if it doesn't show as such, so any further
calculations using that value will be correct.

If it is just to see it correctly, you could force it like so

=IF(B1-A1<0,"-","")&TEXT(ABS(B1-A1),"hh:mm:SS")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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