Enter negative time

  • Thread starter Thread starter kallebolja
  • Start date Start date
K

kallebolja

I'm making a timescheet and I want to enter negative time in a cell.
have changed to 1904 date system, but I can't enter negative time.
can't enter it like text because I want to do further calculations. An
to enter it in this format -"10:15" is to "complicated". Is there
way around
 
Hi Kallebolja!

You could enter all of your negative times as positives then:

put -1 in a cell
Copy
select the cells you want to be negatived
Edit > Paste Special > Multiply
OK

Now format as time.

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
Hi kellebolja!

Put a series of record numbers agains the times
Sort on the times so that all the negs are together
Select the negs
Apply the -1 Copy > Paste Special > Multiply
Re-sort on the record numbers

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
One more option.

Use a helper column:

Say column A contains the time value.
put +1 or -1 in Column B
In C1, put =a1*b1
(and drag down)

and sum column C.
 

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

Similar Threads


Back
Top