jb
Member
there are 2 sheets in my excel file - data and report.
Data sheet contains 2 tables - work alloted (k2:s8) and work done (a2:i8).
Both tables has same format.
Work alloted table contains worker id, worker initial and 7 slots. Each row mentions id, short name of worker and different tasks alloted to him/her in different slots.
Work done table contains worker id, worker initial and 7 slots. Each row mentions id, short name of worker and different tasks done by him/her in different slots. Same task will not be done twice.
Now, it is possible that
1. A worker can complete alloted task in any slot.
2. A worker can omit some task.
3. A worker can perform extra task.
It it required to generate a report at the end of the day as per report sheet.
There are two table in report sheet - work not done and work extra done.
For example, worker id 1 was alloted A1 task in slot-2, B5 task in slot-4 and C7 task in slot-6.
But he did B5 task in slot-1, C7 in slot-4 and D1 task in slot-6.
So in work not done table - there will be entry of A1 task in slot-2.
And in work extra done table - there will be entry of d1 task in slot-6.
Data sheet contains 2 tables - work alloted (k2:s8) and work done (a2:i8).
Both tables has same format.
Work alloted table contains worker id, worker initial and 7 slots. Each row mentions id, short name of worker and different tasks alloted to him/her in different slots.
Work done table contains worker id, worker initial and 7 slots. Each row mentions id, short name of worker and different tasks done by him/her in different slots. Same task will not be done twice.
Now, it is possible that
1. A worker can complete alloted task in any slot.
2. A worker can omit some task.
3. A worker can perform extra task.
It it required to generate a report at the end of the day as per report sheet.
There are two table in report sheet - work not done and work extra done.
For example, worker id 1 was alloted A1 task in slot-2, B5 task in slot-4 and C7 task in slot-6.
But he did B5 task in slot-1, C7 in slot-4 and D1 task in slot-6.
So in work not done table - there will be entry of A1 task in slot-2.
And in work extra done table - there will be entry of d1 task in slot-6.