Multiple columns of data, want unique combinations

Coydog

New Member
Joined
Aug 7, 2017
Messages
4
I have multiple columns of data and want to create a unique combination of each column's data going down in rows. any thoughts?
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
I have multiple columns of data and want to create a unique combination of each column's data going down in rows. any thoughts?

Maybe you could concatenate all of the target columns together in a helper column and then use advanced filter (unique) on the helper column.
 
Upvote 0
You mean like this?

[Table="width:, class:grid"][tr][td="bgcolor:#C0C0C0"][/td][td="bgcolor:#C0C0C0"]
B​
[/td][td="bgcolor:#C0C0C0"]
C​
[/td][td="bgcolor:#C0C0C0"]
D​
[/td][td="bgcolor:#C0C0C0"]
E​
[/td][/tr][tr][td="bgcolor:#C0C0C0"]
4​
[/td][td]Dumplings[/td][td]Kung Pao Shrimp[/td][td]Fried rice[/td][td]Fortune Cookie[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
5​
[/td][td]Egg roll[/td][td]Orange Beef[/td][td]Steamed rice[/td][td]Ice Cream[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
6​
[/td][td]Wonton soup[/td][td]Pork Lo Mein[/td][td]Rice noodles[/td][td][/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
7​
[/td][td][/td][td]Roast Duck[/td][td][/td][td][/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
8​
[/td][td][/td][td]Szechuan Chicken[/td][td][/td][td][/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
9​
[/td][td="bgcolor:#909090"][/td][td="bgcolor:#909090"][/td][td="bgcolor:#909090"][/td][td="bgcolor:#909090"][/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
10​
[/td][td]Dumplings[/td][td]Kung Pao Shrimp[/td][td]Fried rice[/td][td]Fortune Cookie[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
11​
[/td][td]Dumplings[/td][td]Kung Pao Shrimp[/td][td]Fried rice[/td][td]Ice Cream[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
12​
[/td][td]Dumplings[/td][td]Kung Pao Shrimp[/td][td]Steamed rice[/td][td]Fortune Cookie[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
13​
[/td][td]Dumplings[/td][td]Kung Pao Shrimp[/td][td]Steamed rice[/td][td]Ice Cream[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
14​
[/td][td]Dumplings[/td][td]Kung Pao Shrimp[/td][td]Rice noodles[/td][td]Fortune Cookie[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
15​
[/td][td]Dumplings[/td][td]Kung Pao Shrimp[/td][td]Rice noodles[/td][td]Ice Cream[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
16​
[/td][td]Dumplings[/td][td]Orange Beef[/td][td]Fried rice[/td][td]Fortune Cookie[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
17​
[/td][td]Dumplings[/td][td]Orange Beef[/td][td]Fried rice[/td][td]Ice Cream[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
18​
[/td][td]Dumplings[/td][td]Orange Beef[/td][td]Steamed rice[/td][td]Fortune Cookie[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
19​
[/td][td]Dumplings[/td][td]Orange Beef[/td][td]Steamed rice[/td][td]Ice Cream[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
20​
[/td][td]Dumplings[/td][td]Orange Beef[/td][td]Rice noodles[/td][td]Fortune Cookie[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
21​
[/td][td]Dumplings[/td][td]Orange Beef[/td][td]Rice noodles[/td][td]Ice Cream[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
22​
[/td][td]Dumplings[/td][td]Pork Lo Mein[/td][td]Fried rice[/td][td]Fortune Cookie[/td][/tr]
[/table]
 
Upvote 0

Forum statistics

Threads
1,223,900
Messages
6,175,276
Members
452,629
Latest member
SahilPolekar

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