Hi All,
I am trying to copy the alternate cells of a column.
I used the formula.
=INDEX(A:A,1+(2*ROW()-1))
=INDEX(A:A,1+(2*ROW()-2))
but it is not giving the expected results.
Here is the Example
Column A
11:53:35 PM
11:53:42 PM
12:18:43 AM
12:18:49 AM
12:41:20 AM
12:41:27 AM
01:07:01 AM
01:07:10 AM
01:31:38 AM
01:31:46 AM
01:37:33 AM
01:37:42 AM
01:38:25 AM
01:38:49 AM
01:38:51 AM
01:39:01 AM
01:39:01 AM
01:39:14 AM
I want to copy the alternate cells and find the difference
Column B Column C DIFF of C and B
11:53:35 PM 11:53:42 PM 0:00:07
12:18:43 AM 12:18:49 AM 0:00:06
12:41:20 AM 12:41:27 AM 0:00:07
01:07:01 AM 01:07:10 AM 0:00:09
01:31:38 AM 01:31:46 AM 0:00:08
01:37:33 AM 01:37:42 AM 0:00:09
01:38:25 AM 01:38:49 AM 0:00:24
01:38:51 AM 01:39:01 AM 0:00:10
01:39:01 AM 01:39:14 AM 0:00:13
Can you please suggest.
Thanks.
Bookmarks