So I have an activitylog
column in review
table Table screenshot with the contents similar to <u>2016-11-16 15:56:15</u> - Sent by author to LIGHT <br /><u>2016-11-17 07:31:15</u> - Reviewed and forwarded to ALL <br /><u>2016-12-17 11:28:31</u> - Submitted to final destination.
in each row. One entry in activity log screenshot
I have no idea how to find the average datediff
between the time for "Sent by author" and the time for "Submitted to final destination" for all the users (the rows). Not all the activity logs have the "Submitted to final destination" as some have yet to do so. Any suggestions or help would be great. Sorry if this question was confusing in any sense I'm sort of new to asking questions on stackoverflow.