Hello,
I have a list of values in column A such as
A
B
C
D
E
I want to output the list of permutations in column B for 2, 3 and 4 ways.:
A. B
B. A
A, B, C
A, C, B
B, A, C
A, B, C, D
A, C, B, D
B, A, C, D
E, A, C, D
Does anyone have any idea how it could be done in VBA?
Thank you!