FuNeS13
Board Regular
- Joined
- Oct 25, 2016
- Messages
- 161
- Office Version
- 365
- 2016
- Platform
- Windows
- Mobile
- Web
I have a spreadsheet that logs the start and finish of a task... I want to get the total time between the start and finish row, the thing is that the rows are not continuous, column A/B and F would be my triggers I guess as column A/B are the employee ID and Column F is the "Start/Finish" legend... the thing is that I have multiple employees filling this...
So lets say that I start my task as 07:01 AM by the time I finish, on 07:31 AM, n number of employees have also started tasks themselves... I have to get the total time for each task, for each employee... The trick is, the total time should be added to the "start" row...
Does this make any sense?
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Employee ID[/TD]
[TD]Name[/TD]
[TD]Area[/TD]
[TD]WC[/TD]
[TD]Type[/TD]
[TD]Hour[/TD]
[TD]Date[/TD]
[TD]Time[/TD]
[/TR]
[TR]
[TD]5132[/TD]
[TD]1587[/TD]
[TD]FuNeS13[/TD]
[TD]1[/TD]
[TD]4602[/TD]
[TD]Start[/TD]
[TD]07:01[/TD]
[TD]10/07/2019[/TD]
[TD]0:30:00[/TD]
[/TR]
[TR]
[TD]5131[/TD]
[TD]1586[/TD]
[TD]Other1[/TD]
[TD]2[/TD]
[TD]4602[/TD]
[TD]Start[/TD]
[TD]07:02[/TD]
[TD]10/07/2019[/TD]
[TD]0:07:00[/TD]
[/TR]
[TR]
[TD]5131[/TD]
[TD]1586[/TD]
[TD]Other1[/TD]
[TD]2[/TD]
[TD]4602[/TD]
[TD]Finish[/TD]
[TD]07:07[/TD]
[TD]10/07/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5132[/TD]
[TD]1587[/TD]
[TD]FuNeS13[/TD]
[TD]1[/TD]
[TD]4602[/TD]
[TD]Finish[/TD]
[TD]07:31[/TD]
[TD]10/07/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5132[/TD]
[TD]1587[/TD]
[TD]FuNeS13[/TD]
[TD]1[/TD]
[TD]4602[/TD]
[TD]Start[/TD]
[TD]07:50[/TD]
[TD]10/07/2019[/TD]
[TD](this is blank because I haven't finish the task yet)[/TD]
[/TR]
</tbody>[/TABLE]
So lets say that I start my task as 07:01 AM by the time I finish, on 07:31 AM, n number of employees have also started tasks themselves... I have to get the total time for each task, for each employee... The trick is, the total time should be added to the "start" row...
Does this make any sense?
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Employee ID[/TD]
[TD]Name[/TD]
[TD]Area[/TD]
[TD]WC[/TD]
[TD]Type[/TD]
[TD]Hour[/TD]
[TD]Date[/TD]
[TD]Time[/TD]
[/TR]
[TR]
[TD]5132[/TD]
[TD]1587[/TD]
[TD]FuNeS13[/TD]
[TD]1[/TD]
[TD]4602[/TD]
[TD]Start[/TD]
[TD]07:01[/TD]
[TD]10/07/2019[/TD]
[TD]0:30:00[/TD]
[/TR]
[TR]
[TD]5131[/TD]
[TD]1586[/TD]
[TD]Other1[/TD]
[TD]2[/TD]
[TD]4602[/TD]
[TD]Start[/TD]
[TD]07:02[/TD]
[TD]10/07/2019[/TD]
[TD]0:07:00[/TD]
[/TR]
[TR]
[TD]5131[/TD]
[TD]1586[/TD]
[TD]Other1[/TD]
[TD]2[/TD]
[TD]4602[/TD]
[TD]Finish[/TD]
[TD]07:07[/TD]
[TD]10/07/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5132[/TD]
[TD]1587[/TD]
[TD]FuNeS13[/TD]
[TD]1[/TD]
[TD]4602[/TD]
[TD]Finish[/TD]
[TD]07:31[/TD]
[TD]10/07/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5132[/TD]
[TD]1587[/TD]
[TD]FuNeS13[/TD]
[TD]1[/TD]
[TD]4602[/TD]
[TD]Start[/TD]
[TD]07:50[/TD]
[TD]10/07/2019[/TD]
[TD](this is blank because I haven't finish the task yet)[/TD]
[/TR]
</tbody>[/TABLE]