all combinations of uneven columns

TXFI

New Member
Joined
Sep 11, 2011
Messages
2
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.
 
Last edited:

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Thank you very much, that was exactly what I needed. The only issue with it is that it doesn't know when it has printed all the permutations i.e. if there are only 8 it keeps on cycling those 8 lines as long as you keep on copying the formula down. Not a big issue since you can check the cumulative total from C2 and just take that many lines.
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,735
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top