Can't seem to overcome a barrier in counting seconds for time sequences that will never go over 10 datapoints. Have a user defined function in my spreadsheet which gives me locations of my semi-colons >>> https://www.dropbox.com/s/n4q4e8jfbt5hb4e/example.xlsm
Sample time sequences (mm:ss) with semi-colon separating time sequences:
#1 24:23; 24:26-24:27; 24:37-24:39; 24:17-24:18; 10:39; 24:40-24:41; 24:28 >>> Calculates 12 seconds, CORRECT!
#2 13:19-13:23; 13:14-13:16 >>>>> Calculates 6 seconds, WRONG, s/b 8 seconds
#3 17:22-17:37 >>>>>> Calculates 16 seconds, CORRECT!
#4 12:12 >>>>>>> Calculates 1 second, CORRECT!
#5 12:25; 12:28; 12:30 >>>>>>>> Calculates 3 seconds, CORRECT!
#6 17:22-17:37; 17:40 >>>>>> Calculates 17 seconds, CORRECT!
My problem is, when I have more than a one second time sequence as my last time sequence; when there are more than one time sequences, it evaluates it as one second. Can anyone help me?
Bookmarks