How do I total up a Military time card including deducting lunch?

RudeBoy

Active Member
Joined
Feb 2, 2003
Messages
376
My cells are:
Time In
Out To Lunch
In From Lunch
Time Out

For Military format I am using 00\;00

Helpppppppppppppppp
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Ok I am getting CLOSER
I used this to get the Total for the Military time but I still need to take the hour off for lunch =J20-G20+(G20>J20)

G20=08:00 H20=13:00 I20=14:00 J20=17:00 so the formula calculated Military time & came up with 9 hrs which is correct. So now I need to somehow get the Lunch in there with the H20 & I20. Helpppppppppppppppp Thanks Take Care
 
Upvote 0
.
Or this :



A
B
C
D
E
F
Time In
Out Lunch
In Lunch
Time Out
Total Hrs
8:00​
12:00​
12:30​
16:30​
=​
8:00​
8:15​
12:10​
12:52​
17:34​
=​
8:37​
9:10​
11:45​
12:26​
16:15​
=​
6:24​
=​
0:00​
=​
0:00​
In F17 :
=SUM(D17-A17)-(C17-B17)

<tbody>
</tbody>



Formula:
Code:
=SUM(D17-A17)-(C17-B17)

Edit ranges as required.
 
Upvote 0

Forum statistics

Threads
1,216,122
Messages
6,128,967
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top