Help please time?

G

Guest

Hi can someone help me I used the following formula
=SUM(D3-C3-E3/1440)
it works to take time in time out and lunch and get total working hours.
But now I want to ad say the weeks total hours together to get a grand total
of hours work for the week. How do I had it up
 
B

Bob Phillips

I presume that C and D hold time, and E holds a decimal number of minutes.
Assuming so, use

=SUM(D3:D10)-SUM(C3:C10)-SUM(E3:E10)/1440

and make sure the target cell is formatted as [h]:mm

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
G

Guest

Thank you Bob

Bob Phillips said:
I presume that C and D hold time, and E holds a decimal number of minutes.
Assuming so, use

=SUM(D3:D10)-SUM(C3:C10)-SUM(E3:E10)/1440

and make sure the target cell is formatted as [h]:mm

--

HTH

RP
(remove nothere from the email address if mailing direct)


Darkct said:
Hi can someone help me I used the following formula
=SUM(D3-C3-E3/1440)
it works to take time in time out and lunch and get total working hours.
But now I want to ad say the weeks total hours together to get a grand total
of hours work for the week. How do I had it up
 
G

Guest

Hi Bob please help!!!!! it did not work.This is a example of what I want to do

Date In Out Lunch Total Hours
Friday 10/1/2004 8:11 16:37 00:30:00 8:25
Saturday 10/2/2004 0:00
Sunday 10/3/2004 11:57 15:03 00:00:00 3:06
Monday 10/4/2004 7:55 17:01 00:30:00 9:05
Tuesday 10/5/2004 7:36 16:25 00:30:00 8:48
Total:
How do I get this awnser
=SUM(D3-C3-E3/1440) This is the formula that I used to calculate total hours
how do I ad them up


Bob Phillips said:
I presume that C and D hold time, and E holds a decimal number of minutes.
Assuming so, use

=SUM(D3:D10)-SUM(C3:C10)-SUM(E3:E10)/1440

and make sure the target cell is formatted as [h]:mm

--

HTH

RP
(remove nothere from the email address if mailing direct)


Darkct said:
Hi can someone help me I used the following formula
=SUM(D3-C3-E3/1440)
it works to take time in time out and lunch and get total working hours.
But now I want to ad say the weeks total hours together to get a grand total
of hours work for the week. How do I had it up
 
B

Bob Phillips

Can you explain what is in what column, what you expect to get etc. as that
data sample does transcribe well?

--

HTH

RP
(remove nothere from the email address if mailing direct)


Darkct said:
Hi Bob please help!!!!! it did not work.This is a example of what I want to do

Date In Out Lunch Total Hours
Friday 10/1/2004 8:11 16:37 00:30:00 8:25
Saturday 10/2/2004 0:00
Sunday 10/3/2004 11:57 15:03 00:00:00 3:06
Monday 10/4/2004 7:55 17:01 00:30:00 9:05
Tuesday 10/5/2004 7:36 16:25 00:30:00 8:48
Total:
How do I get this awnser
=SUM(D3-C3-E3/1440) This is the formula that I used to calculate total hours
how do I ad them up


Bob Phillips said:
I presume that C and D hold time, and E holds a decimal number of minutes.
Assuming so, use

=SUM(D3:D10)-SUM(C3:C10)-SUM(E3:E10)/1440

and make sure the target cell is formatted as [h]:mm

--

HTH

RP
(remove nothere from the email address if mailing direct)


Darkct said:
Hi can someone help me I used the following formula
=SUM(D3-C3-E3/1440)
it works to take time in time out and lunch and get total working hours.
But now I want to ad say the weeks total hours together to get a grand total
of hours work for the week. How do I had it up
 
G

Guest

Yes can I e-mail you a example.What is your E-mail address so that I can sent
a attacment of the file.Do not worry no viruses.

Bob Phillips said:
Can you explain what is in what column, what you expect to get etc. as that
data sample does transcribe well?

--

HTH

RP
(remove nothere from the email address if mailing direct)


Darkct said:
Hi Bob please help!!!!! it did not work.This is a example of what I want to do

Date In Out Lunch Total Hours
Friday 10/1/2004 8:11 16:37 00:30:00 8:25
Saturday 10/2/2004 0:00
Sunday 10/3/2004 11:57 15:03 00:00:00 3:06
Monday 10/4/2004 7:55 17:01 00:30:00 9:05
Tuesday 10/5/2004 7:36 16:25 00:30:00 8:48
Total:
How do I get this awnser
=SUM(D3-C3-E3/1440) This is the formula that I used to calculate total hours
how do I ad them up


Bob Phillips said:
I presume that C and D hold time, and E holds a decimal number of minutes.
Assuming so, use

=SUM(D3:D10)-SUM(C3:C10)-SUM(E3:E10)/1440

and make sure the target cell is formatted as [h]:mm

--

HTH

RP
(remove nothere from the email address if mailing direct)


Hi can someone help me I used the following formula
=SUM(D3-C3-E3/1440)
it works to take time in time out and lunch and get total working hours.
But now I want to ad say the weeks total hours together to get a grand
total
of hours work for the week. How do I had it up
 
B

Bob Phillips

if my response in your other thread did not help, send it to me at
bob dot phillips at tiscali dot co dot uk

no spaces and change the link words dot and at

And I will check for viruses anyway :)

bob

Darkct said:
Yes can I e-mail you a example.What is your E-mail address so that I can sent
a attacment of the file.Do not worry no viruses.

Bob Phillips said:
Can you explain what is in what column, what you expect to get etc. as that
data sample does transcribe well?

--

HTH

RP
(remove nothere from the email address if mailing direct)


Darkct said:
Hi Bob please help!!!!! it did not work.This is a example of what I
want
to do
Date In Out Lunch Total Hours
Friday 10/1/2004 8:11 16:37 00:30:00 8:25
Saturday 10/2/2004 0:00
Sunday 10/3/2004 11:57 15:03 00:00:00 3:06
Monday 10/4/2004 7:55 17:01 00:30:00 9:05
Tuesday 10/5/2004 7:36 16:25 00:30:00 8:48
Total:
How do I get this awnser
=SUM(D3-C3-E3/1440) This is the formula that I used to calculate total hours
how do I ad them up


:

I presume that C and D hold time, and E holds a decimal number of minutes.
Assuming so, use

=SUM(D3:D10)-SUM(C3:C10)-SUM(E3:E10)/1440

and make sure the target cell is formatted as [h]:mm

--

HTH

RP
(remove nothere from the email address if mailing direct)


Hi can someone help me I used the following formula
=SUM(D3-C3-E3/1440)
it works to take time in time out and lunch and get total working hours.
But now I want to ad say the weeks total hours together to get a grand
total
of hours work for the week. How do I had it up
 

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


Top