Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi !
I have the following raw data:
EmployeeNumber | EmployeeName | TypeCode | TimeStart | TimeEnd |
---|---|---|---|---|
158 | Donald Duck | Break1 | 09:00 | 09:15 |
158 | Donald Duck | Break2 | ||
158 | Donald Duck | Lunch | 12:00 | 13:00 |
158 | Donald Duck | WorkingHours | 07:00 | 16:00 |
and I want this result
EmployeeNumber | EmployeeName | TotalWorkTime |
---|---|---|
158 | Donald Duck | 07:45 |
TotalWorkTime is Workinghours minus Lunch minus Break1&2
Any ideas ?
I attach a sample.
/Pär
Here is something that can help ( I hope )
Philippe
Hi Philippe !
This works like a dream !
Thanks a lot for your help !!
/Pär