Hi to everyone, could you help me to solve the following:
I have some columns, and list for every column
A B C ...... N
A1 B1 C1 N1
A2 B2 C2 N2
A3 B3 C3 N3
A4 C4 ...
A5 C5 Nn
C6
I need to get a list from all posible combinations (containing from 1 to n (number of columns) words):
A1
A1 B1
A1 B1 C1
A1 B1 C1 ... N1
A1 B1 C1 ... N2
etc.

How can I realize this, and also, if i have to do this with macro, I do not really know this language, can anyone help me with details.

Thak you a lot

Alina