J
Jim
At the top of my sheet I have a work schedule for a month,
showing different shifts and the hours they work on any
given day, ex:
Shift 1 2 3
A 10 10 0
B 8 0 0
C 0 8 8
Below that I have a list of employee numbers, the shift
they are on, and a list of days in the month, ex:
Employee Shift 1 2 3
0001 A
0002 B
0003 C
At the end of each day (bottom of the column), I would
like to sum how many hours of work are scheduled for all
employees. For the simple example above, it would equal
18 for the 1st or 2nd, and 8 for the 3rd. How can I do
this? Thanks.
showing different shifts and the hours they work on any
given day, ex:
Shift 1 2 3
A 10 10 0
B 8 0 0
C 0 8 8
Below that I have a list of employee numbers, the shift
they are on, and a list of days in the month, ex:
Employee Shift 1 2 3
0001 A
0002 B
0003 C
At the end of each day (bottom of the column), I would
like to sum how many hours of work are scheduled for all
employees. For the simple example above, it would equal
18 for the 1st or 2nd, and 8 for the 3rd. How can I do
this? Thanks.