Hi there,
I have a very peculiar question.
I have data in columns that I need converted to rows with unique combinations.
For eg: I have a row with 5 columns:
A B C D E
I need this converted into rows with 2 columns as follows:
A B
A C
A D
A E
B C
B D
B E
C D
C E
D E
Has anyone done this before?? Please help!!
Bookmarks