D
Dan
I have a list of 41 dates employees can possibly work. I need to calculate
how many days each employee worked of the 41 dependant on their start date.
so I can work out a percentage of days worked. So if employee john started
work on the 1st day and was still employed on the last day, we would divide
total days actually worked by total days possible worked (41) to find
percentage of days worked.
however the days possible will change from 41 if an employee started after
the firsts possible day.
A B C D
name 10/04/2007 10/22/2007 10/31/2007
1 tom yes yes
2 JOe yes yes
3 sally yes yes yes
how many days each employee worked of the 41 dependant on their start date.
so I can work out a percentage of days worked. So if employee john started
work on the 1st day and was still employed on the last day, we would divide
total days actually worked by total days possible worked (41) to find
percentage of days worked.
however the days possible will change from 41 if an employee started after
the firsts possible day.
A B C D
name 10/04/2007 10/22/2007 10/31/2007
1 tom yes yes
2 JOe yes yes
3 sally yes yes yes