Adding Time

cummingsea

Active Member
Joined
Aug 9, 2005
Messages
344
Office Version
  1. 2019
Platform
  1. Windows
I need to add up some times in A2 to A 32 I have dates (1/1/22 to 1/31/22)
in B2 Start, C2 Stop, D2 Start, E2 Stop, F2 Start, G2 Stop, H2 Start, I2 Stop, J2 Start, K2 Stop and in L2 Total Hours
I need it to add B3 07:00, C3 08:00, D3 14:00, E 15:05 and so on and add up the hours in L3 2:05 (2H 5M)
Thank you for your help in advance.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Will this work for you ?

Book1
ABCDEFGHIJKL
1DateStartStopStartStopStartStopStartStopStartStopTotal Hours
21/11/202210:0012:0013:0014:0015:0016:0518:0018:3019:0021:006:35
32/02/20227:008:0014:0015:052:05
Sheet1
Cell Formulas
RangeFormula
L2:L3L2=SUMIFS($B2:$K2,$B$1:$K$1,"Stop")-SUMIFS($B2:$K2,$B$1:$K$1,"Start")
 
Upvote 0
Thank you for the reply that worked great, once again Thank you
 
Upvote 0

Forum statistics

Threads
1,215,061
Messages
6,122,921
Members
449,094
Latest member
teemeren

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