Seems like a simple need, tried searching for a solution!
Have list of names in two columns, column 1 and column 2. Need to generate 2 new columns that assigns all names in column 2 to each name in column 1.
Column 1 = A, B, C
Column 2 = X, Y
Creates the following
Column 3 = A,A,B,B,C,C
Column 4 = X,Y.X,Y,X,Y
Have anything from 20 thru 100 names in column 1 and 100's thru 1000's of names in column 2, so not easy to do manually.
Appreciate any advise
Cheers
Have list of names in two columns, column 1 and column 2. Need to generate 2 new columns that assigns all names in column 2 to each name in column 1.
Column 1 = A, B, C
Column 2 = X, Y
Creates the following
Column 3 = A,A,B,B,C,C
Column 4 = X,Y.X,Y,X,Y
Have anything from 20 thru 100 names in column 1 and 100's thru 1000's of names in column 2, so not easy to do manually.
Appreciate any advise
Cheers