R
Ronnie Kray
if i start work at 7am and leave work at 5pm
how do i calculate the time worked using a formular?
how do i calculate the time worked using a formular?
=IF(COUNT(A1:B1)<2,"",B1-A1+(B1>A1))
T. Valko said:Try this:
=SUM(C1:C2)
Format as [h]:mm
--
Biff
Microsoft Excel MVP
Ronnie Kray said:Thanks Guys that works a treet but no i have a problem working out the
Totla
Hour worked Per Week
mon
A1> 07:00 Stasrt
B1> 17:30 Finish
C1> 10:30 (hours worked With your previous formulars)
Tue
A2> 07:00 Start
B2> 16:45 Finish
C2> 9:45 Hours
So how do i add C1 & C2 to show total hours which should be
20 Hours 15 Mins
this works fine for 2 cells how do i add C1 C2 C3 C4 C5
Ronnie Kray said:=SUM(C1:C2)
this works fine for 2 cells how do i add C1 C2 C3 C4 C5
if all daily hors are 10:00
i need it to show a total of 50:00 hours worked
ps sorry for the lame questions but its 18 years since i last worked on
excell at school
thx ronnie
T. Valko said:Try this:
=SUM(C1:C2)
Format as [h]:mm
--
Biff
Microsoft Excel MVP
Ronnie Kray said:Thanks Guys that works a treet but no i have a problem working out the
Totla
Hour worked Per Week
mon
A1> 07:00 Stasrt
B1> 17:30 Finish
C1> 10:30 (hours worked With your previous formulars)
Tue
A2> 07:00 Start
B2> 16:45 Finish
C2> 9:45 Hours
So how do i add C1 & C2 to show total hours which should be
20 Hours 15 Mins
Ronnie Kray said:=SUM(C1:C2)
this works fine for 2 cells how do i add C1 C2 C3 C4 C5
if all daily hors are 10:00
i need it to show a total of 50:00 hours worked
ps sorry for the lame questions but its 18 years since i last worked on
excell at school
thx ronnie
T. Valko said:Try this:
=SUM(C1:C2)
Format as [h]:mm
--
Biff
Microsoft Excel MVP
Ronnie Kray said:Thanks Guys that works a treet but no i have a problem working out the
Totla
Hour worked Per Week
mon
A1> 07:00 Stasrt
B1> 17:30 Finish
C1> 10:30 (hours worked With your previous formulars)
Tue
A2> 07:00 Start
B2> 16:45 Finish
C2> 9:45 Hours
So how do i add C1 & C2 to show total hours which should be
20 Hours 15 Mins