Hi,
So I’m looking to sort times into set groups based on the hours they fit into. So for example this:
Col A. Col B
00:00 03:37
01:00 02:20
02:00 03:52
03:00 01:00
Would become:
Col A. Col B
00:00
01:00 01:00
02:00 02:20
03:00 03:37
03:52
Thanks.
So I’m looking to sort times into set groups based on the hours they fit into. So for example this:
Col A. Col B
00:00 03:37
01:00 02:20
02:00 03:52
03:00 01:00
Would become:
Col A. Col B
00:00
01:00 01:00
02:00 02:20
03:00 03:37
03:52
Thanks.