Hi,
Having a difficult time working this, what i am trying to do is whenever there are a range of workdates i want to take the first date/time and last date/time and find the time elapsed between the two. So with the data below i basically want it to for each workdate give me the time elapsed between the first and last value. Is there an easy way to do this?
| MSTdateTimeFormat | WorkDate |
| 8/26/2019 6:39 | 8/26/2019 |
| 8/26/2019 10:34 | 8/26/2019 |
| 8/26/2019 16:18 | 8/26/2019 |
| 8/27/2019 6:22 | 8/27/2019 |
| 8/27/2019 15:13 | 8/27/2019 |
| 8/27/2019 16:11 | 8/27/2019 |