Q
qh8519a
My overall goal is to find out the % of schedule overlap a team leader has
with their team. There is a team leader table for each DOW that has [Team
Leader], [Start], [Stop]. There is a team member table for each DOW that has
[Team Member Name],[Team Leader Name], [Start], and [Stop]. Each team leader
has several team members and I would like to the best way to find out the
percentage of overlap between the team leader and team members.
For example, Leader A has 10 people on their team. The leader's schedule is
Mon-Fri 9:00-17:00. 9 of the team members have the same schedule as the
leader, but one team member works 18:00-02:00 Mon-Fri. The team leader would
have a team coverage % of 90% because there is a 90% schedule overlap between
the team leader and team members.
What would be the best way to go about reaching the overlap%? I am using
Access 2003.
The current environment uses an excel spread sheet with several static
values for each 15 minute interval of each day (schedules are for a 24 hour
environment). If statements are used to determine whether each 15 minute
interval of a team member is covered by the team leader's schedule.
with their team. There is a team leader table for each DOW that has [Team
Leader], [Start], [Stop]. There is a team member table for each DOW that has
[Team Member Name],[Team Leader Name], [Start], and [Stop]. Each team leader
has several team members and I would like to the best way to find out the
percentage of overlap between the team leader and team members.
For example, Leader A has 10 people on their team. The leader's schedule is
Mon-Fri 9:00-17:00. 9 of the team members have the same schedule as the
leader, but one team member works 18:00-02:00 Mon-Fri. The team leader would
have a team coverage % of 90% because there is a 90% schedule overlap between
the team leader and team members.
What would be the best way to go about reaching the overlap%? I am using
Access 2003.
The current environment uses an excel spread sheet with several static
values for each 15 minute interval of each day (schedules are for a 24 hour
environment). If statements are used to determine whether each 15 minute
interval of a team member is covered by the team leader's schedule.