I have the following table make up:
Employee | Signin| Task|
Bob | 10:01| Build|
Bob | 10:44 | Fix|
Bob | 11:23| Answered calls|
Now How can I automate that build took 43 seconds, Fix took 79secconds, and Answered calls is still open.
Employee | Signin| Task|
Bob | 10:01| Build|
Bob | 10:44 | Fix|
Bob | 11:23| Answered calls|
Now How can I automate that build took 43 seconds, Fix took 79secconds, and Answered calls is still open.
Comment