Say I have the following in Column A
A
B
C
D
E
The number of rows in column A can be variable,
With 5 values in column A, I can have 10 combinations like AB,AC,AD, AE,BC, BD,BE,CD,CE,DE
I want to list list the combinations in column B , I am having problem with the loop, I used concatenation
Any help would be appreciated
A
B
C
D
E
The number of rows in column A can be variable,
With 5 values in column A, I can have 10 combinations like AB,AC,AD, AE,BC, BD,BE,CD,CE,DE
I want to list list the combinations in column B , I am having problem with the loop, I used concatenation
Any help would be appreciated