I have a table with 4 Columns.
ID Name Start_Time Finish_Time
VSL1 Name1 15:00 18:00
VSL1 Name1 12:00 16:00
VSL2 Name2 05:00 15:00
VSL2 Name2 12:00 15:00
What I want to do is to get the total worked time of every ID.
For example, for VSL1 would be 18:00 - 12:00, and for VSL2 15:00 - 05:00.
I am struggling with this formula! Please HELP!!
ID Name Start_Time Finish_Time
VSL1 Name1 15:00 18:00
VSL1 Name1 12:00 16:00
VSL2 Name2 05:00 15:00
VSL2 Name2 12:00 15:00
What I want to do is to get the total worked time of every ID.
For example, for VSL1 would be 18:00 - 12:00, and for VSL2 15:00 - 05:00.
I am struggling with this formula! Please HELP!!