I am working on a schedule where there are many different workers, and many
different shifts of different lengths are being used. I have been trying to
create a formula that sums the total hours for each person, based on the name
in the adjacent column. For example:
A B C
4-8pm Mark 4.00
6-8pm Dave 2.00
8pm-11pm Mark 3.00
My hope is that there is some conditional formatting to say if column B =
"Mark", sum the amounts adjacent to the name Mark in column C, to the output
value would be 7.00 hours.
HB Designs - 15 Jun 2006 18:23 GMT
have you tried looking up how to use the "IF" function? I think that should
help you.
> I am working on a schedule where there are many different workers, and many
> different shifts of different lengths are being used. I have been trying to
[quoted text clipped - 9 lines]
> "Mark", sum the amounts adjacent to the name Mark in column C, to the output
> value would be 7.00 hours.
HB Designs - 15 Jun 2006 18:23 GMT
You could throw your table into a pivot table with automatic sums on the hour
count field for each worker.
> I am working on a schedule where there are many different workers, and many
> different shifts of different lengths are being used. I have been trying to
[quoted text clipped - 9 lines]
> "Mark", sum the amounts adjacent to the name Mark in column C, to the output
> value would be 7.00 hours.
Ardus Petus - 15 Jun 2006 18:30 GMT
=SUMIF(B:B,"Mark",C:C)
HTH
--
AP
>I am working on a schedule where there are many different workers, and many
> different shifts of different lengths are being used. I have been trying
[quoted text clipped - 12 lines]
> output
> value would be 7.00 hours.