Hello,
I have the following strored in separate cells in cells and need to create a list of pair combinations (42 pairs).
JMAT.L
CAR.L
TET.L
CRDA.L
VCT.L
DLTA.L
ELM.L
For example, for the first code all combinations would be the following?
JMAT.L CAR.L
JMAT.L TET.L
JMAT.L CRDA.L
JMAT.L VCT.L
JMAT.L DLTA.L
JMAT.L ELM.L
then I want to do the same for the next code in the list "CAR.L". Ideally I would like the combintion to be placed in seperate cells, e.g first part of the pair in column A (e.g JMAT.L in the example apve) and next part of the pair in Column B (CAR.L, TET.L etc).
ALso I need to do this with lists of different sizes (7 codes in the above) so would be good if any solution would be dynamic allowing different number of codes.
Hope someone can help,
Thanks,
Nick
I have the following strored in separate cells in cells and need to create a list of pair combinations (42 pairs).
JMAT.L
CAR.L
TET.L
CRDA.L
VCT.L
DLTA.L
ELM.L
For example, for the first code all combinations would be the following?
JMAT.L CAR.L
JMAT.L TET.L
JMAT.L CRDA.L
JMAT.L VCT.L
JMAT.L DLTA.L
JMAT.L ELM.L
then I want to do the same for the next code in the list "CAR.L". Ideally I would like the combintion to be placed in seperate cells, e.g first part of the pair in column A (e.g JMAT.L in the example apve) and next part of the pair in Column B (CAR.L, TET.L etc).
ALso I need to do this with lists of different sizes (7 codes in the above) so would be good if any solution would be dynamic allowing different number of codes.
Hope someone can help,
Thanks,
Nick