Hi,
I have a big data (thousands of rows) excel file where each row is assigned a time (as shown below).
I want to easily calculate the difference in time between 2 cells every other row (just as I filled in column C manually for the first 3 below).
So I want the difference in time between row 1&2 3&4 5&6 7&8 etc. etc.
The format of the date-time cells are:
Custom dd/mm/yyyy hh:mm
Any help would be greatly appreciated
A B C
1 2015.03.23 14:30
2 2015.03.23 18:30 04:00
3 2015.03.23 19:30
4 2015.03.23 20:17 00:47
5 2015.03.23 21:30
6 2015.03.24 01:00 03:30
7 2015.03.24 02:00
8 2015.03.24 03:00
9 2015.03.24 03:30
10 2015.03.24 08:00
11 2015.03.24 09:00
12 2015.03.24 10:00
13 2015.03.24 11:00
14 2015.03.24 14:30
edit: hmm when posted it does not seem to align the columns right, I hope you still understand.
Bookmarks