Hello Friends,
So this might be an easy solution and I usually have great success with this forum so thank you in advance! I have a data set in columns A-T.
I need to sort on column F, same unique identifier through rows 2-128. Each row has different data after column I and I need to bring up all the same identifiers from column F on one singe row so the data is side by side from rows 2-128 but all the same unique identifier.
A B C D E F G H I J K
00000000 XXX 0000 XYXY 0000 Same ID 1 XXXX Different Different Data
00000000 XXX 0000 XYXY 0000 Same ID 1 XXXX Different Different Data
TO
A B C D E F G H I J K L M N O P Q
00000000 XXX 0000 XYXY 0000 Same ID 1 XXXX Different Different Data Same ID 1 XXXX Different Data
Each unique identifier in column F is alphanumeric and varies in how many rows of data there are.
Any assistance would be very helpful. Thanks again!
So this might be an easy solution and I usually have great success with this forum so thank you in advance! I have a data set in columns A-T.
I need to sort on column F, same unique identifier through rows 2-128. Each row has different data after column I and I need to bring up all the same identifiers from column F on one singe row so the data is side by side from rows 2-128 but all the same unique identifier.
A B C D E F G H I J K
00000000 XXX 0000 XYXY 0000 Same ID 1 XXXX Different Different Data
00000000 XXX 0000 XYXY 0000 Same ID 1 XXXX Different Different Data
TO
A B C D E F G H I J K L M N O P Q
00000000 XXX 0000 XYXY 0000 Same ID 1 XXXX Different Different Data Same ID 1 XXXX Different Data
Each unique identifier in column F is alphanumeric and varies in how many rows of data there are.
Any assistance would be very helpful. Thanks again!