B
BP
I have a list of data (over 6000 lines) as follows:
1 Mike 00:52.356
1 Peter 00:51.545
1 John 00:59.142
1 Joe 00:49.568
1 Allan 00:51.125
2 Mike 00:52.010
2 Peter 00:52.252
2 John 00:58.758
2 Joe 00:49.985
2 Allan 00:51.568
etc.
I want to sort the list to look as follows:
Mike Peter John Joe
Allan
1 00:52.356 00:51.545 00:59.142 00:49.568 00:51.125
2 00:52.010 00:52.010 00:58.758 00:49.985 00:51.568
etc.
I can use pivot table but the number is a time format hh:mm.sss, and when I
see the data in the pivot table it only shows it as hh:mm.000.
Essentially I just need to transpose the list, not do any suming of the
data.
Thanks.
1 Mike 00:52.356
1 Peter 00:51.545
1 John 00:59.142
1 Joe 00:49.568
1 Allan 00:51.125
2 Mike 00:52.010
2 Peter 00:52.252
2 John 00:58.758
2 Joe 00:49.985
2 Allan 00:51.568
etc.
I want to sort the list to look as follows:
Mike Peter John Joe
Allan
1 00:52.356 00:51.545 00:59.142 00:49.568 00:51.125
2 00:52.010 00:52.010 00:58.758 00:49.985 00:51.568
etc.
I can use pivot table but the number is a time format hh:mm.sss, and when I
see the data in the pivot table it only shows it as hh:mm.000.
Essentially I just need to transpose the list, not do any suming of the
data.
Thanks.