Time Calculations

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

Guest

In excel I want to track line efficiencies based on time. I need to know how
to subtract 1 time from another. I do not appear to have any trouble with
adding times.

Cell A1 Cell B1 Cell c1
Start Time End Time Hours worked
23:00 03:00 (should be 4 but all I get is hash
symbols)

Ideally I do not want to ann in date and times. Is there a simple formula I
have not tried?
 
Hi!

Try this with the cell formatted as [h]:mm if you want the result to show as
4:00

=B2-A2+(A2>B2)

Try this with the cell formatted as GENERAL if you want the result to show
as 4

=(B2-A2+(A2>B2))*24

Biff
 

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