Here's a trickier one I need help with:
I have a data set like:
Co JE Code
20 1010
20 1011
20 1012
21 1010
21 1011
21 1012
23 1010
23 1011
It needs to be resequenced like this:
Co JE Code
01 1010
01 1011
01 1012
01 1013
01 1014
01 1015
23 1010
23 1011
With the remaining adjacent data in the rows to be kept
intact....
Any ideas?
thanks again in advance
I have a data set like:
Co JE Code
20 1010
20 1011
20 1012
21 1010
21 1011
21 1012
23 1010
23 1011
It needs to be resequenced like this:
Co JE Code
01 1010
01 1011
01 1012
01 1013
01 1014
01 1015
23 1010
23 1011
With the remaining adjacent data in the rows to be kept
intact....
Any ideas?
thanks again in advance