Howdy.
I'd need help getting all possible combinations of values from multiple columns. So something like this:
cell values in column A: fish, cat, dog, horse
cell values in column B: summer, winter
cell values in column C: rose, daisy, pansy
etc.
These go up to column K (=11 columns) and each column has between 2 and 20 cells with values, i.e. the number of cells in each column varies. As an example, valid answers using the three columns in the example above would be:
fish, summer, rose
dog, summer, pansy
horse, winter, daisy
but NOT e.g. "fish, rose, winter" or "dog, (blank), rose".
I guess this could be asked also as "How do I pick values from multiple columns of different length and produce a list of all combinations those values can produce?".
Thank you in advance.
I'd need help getting all possible combinations of values from multiple columns. So something like this:
cell values in column A: fish, cat, dog, horse
cell values in column B: summer, winter
cell values in column C: rose, daisy, pansy
etc.
These go up to column K (=11 columns) and each column has between 2 and 20 cells with values, i.e. the number of cells in each column varies. As an example, valid answers using the three columns in the example above would be:
fish, summer, rose
dog, summer, pansy
horse, winter, daisy
but NOT e.g. "fish, rose, winter" or "dog, (blank), rose".
I guess this could be asked also as "How do I pick values from multiple columns of different length and produce a list of all combinations those values can produce?".
Thank you in advance.
Last edited: