So we have to deal with class attendance for work training a lot and often time the attendance reports that are sent to us are for some reason missing information(even though they are all the same blasted report)
There will be a column For Start time, End time and Duration.
Start time and end time is always in this format: 11/4/2020 4:01:45 PM
The format for duration is always: 00:02:59
I want to come up with a workflow(well more like multiple work flows in one) That can find the missing value from the present values
So End time would be Start time plus Duration
Duration would be End time Minus Start time
Start time would be End time Minus Duration.
Is this something that can be done in Alteryx.