time card excel sheet

  • Thread starter Thread starter Nancy Comello
  • Start date Start date
N

Nancy Comello

I currently use excel to track over 70 employees but I
need either a formula for the following scenrio.

In 7:45am out 12:00am in 1:25pm out 6:00pm then have a
total of hours in one cell for the whole day.

Right now I am enter the time but in military time.

I did find an excel template to use but the formla is not
right.
 
Try this formula assuming that:
D8=In Time, E8=Out Time, F8=In Time, G8=Out Time
Enter time using AM and PM
the formula is:
=IF(E8-D8+G8-F8<=0,0,E8-D8+G8-F8)

Dan
 

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

Formula 2
TIME CALCULATION 5
Need formula for time between two events 5
Excel Excel IF variable based on time of day 0
summing times 11
Daily Time Sheets with Rounding 1
Add Time Q 4
Coverting time 1

Back
Top