Hello. May I ask for your help in getting the average days or average hours or average minutes between 2 columns of date + timestamp data?
The thing is, the average could be 'days', 'hours' or 'minutes', depending on the values of the 2 data columns, so we want to show the output similar to a timestamp format to be precise, since we could not determine or put unit of measure whether the output is in 'days' or 'hours' or 'minutes'.
See below example of output. If the output is 17 hours, we want to see that in
'DAYS HOURS:MINUTES' or somehow similar to '0 17:00'. But if you have a different approach for this one, please let us know. Thank you