Hi, I have a excel sheet that has 2 columns. column A is a part number and column B has a string of text. there can be numerous entries in column A of one value.
Column A Column B
1 1111111
1 2222222
1 3333333
1 4444444
2 1111111
2 2222222
3 1111111
4 1111111
4 2222222
4 3333333
What i want is something like this
Column A Column B
1 1111111,2222222,3333333,4444444
2 1111111,2222222
3 1111111
4 1111111,2222222,3333333
Any ideas how to accomplish this?
Thanks in advance.
Column A Column B
1 1111111
1 2222222
1 3333333
1 4444444
2 1111111
2 2222222
3 1111111
4 1111111
4 2222222
4 3333333
What i want is something like this
Column A Column B
1 1111111,2222222,3333333,4444444
2 1111111,2222222
3 1111111
4 1111111,2222222,3333333
Any ideas how to accomplish this?
Thanks in advance.