hi Folks,
I have below data,
Time: application number
10:20:10 10001
20:14:10 10003
15:07:20 10004
02:09:20 10005
18:10:30 10006
Requirment is I want to take average time taken to create application.
Kindly suggest me best way to get output.
I tried like below mention and its not working
=Sum(Time)/(Count(Application Numbers))