Hi all! This is my first post. First, I want to say thank you for all the great articles and assistance on here.
I am currently working on a project where I need to use Excel to schedule tasks. for source data, I have two tables and want to produce my results in a 3rd.
Table 1 - StaffSchedule
I have uploaded a sample of the data.
I am currently working on a project where I need to use Excel to schedule tasks. for source data, I have two tables and want to produce my results in a 3rd.
Table 1 - StaffSchedule
- Date = date
- Staff1 = units or hours per day
- Staff2 = units or hours per day
- Staff3 = units or hours per day
- Staff4 = units or hours per day
- Staff5 = units or hours per day
- Staff6 = units or hours per day
- Total Work per day = total units or hours per day
- WorkStatus = Complete or Uncompleted
- Task = Task name
- Task Duration = units of work or hours needed to complete task
- CumulativeDuration = Remaining work if task if not complete
- Date = Calculated date based on Workstatus (complete or not complete), current date, and available resources for that day
- Task = Calculated date based on Workstatus (complete or not complete), current date, and available resources for that day
- Staff = Calculated date based on Workstatus (complete or not complete), current date, and available resources for that day
I have uploaded a sample of the data.