Filtering for unique values across multiple rows

mabndit49

New Member
Joined
Dec 11, 2012
Messages
1
I need to be able to filter massive amounts of data across multiple rows (of varied column length) to remove all repetition in the data set.

Example is attached that has a set of data becoming a row of unique data.

Anyone have a smart and simple way to do this? By hand would we incredibly time intensive and innacurate.

Data Set
ACD: Mike - AP5OJ: Ranger - PP1NB: Rome - 425
NPS: Avery - I3ACD: Mike - AP5
NPS: Avery - I3ACD: Mike - AP5
NPS: Avery - I3OJ: Ranger - PP1UJ: XKCD - 87ACD: Mike - AP5
NPS: Avery - I3OJ: Ranger - PP1UJ: XKCD - 87ACD: Mike - AP5
OJ: Ranger - PP1UJ: XKCD - 87NB: Rome - 425
OJ: Ranger - PP1UJ: XKCD - 87ACD: Mike - AP5NB: Rome - 425
Ideally becomes
ACD: Mike - AP5OJ: Ranger - PP1NB: Rome - 425NPS: Avery - I3UJ: XKCD - 87

<colgroup><col span="5"></colgroup><tbody>
</tbody>


Any good thoughts?
Thanks!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi and welcome to MrExcel.

A quick search on G**gle came up with this VBA method....
Atlas: Excel Training | Testing | Consulting

And a formula solution here....
Extract a unique distinct list from three columns in excel | Get Digital Help - Microsoft Excel resource

This is the result of the formula, it's not perfect (I can't get rid of the 0) and the result is in a column not a row, but I hope it gives you some ideas.
If nothing else, this has bumped you up and hopefully someone will provide the prefect solution for you.

Excel Workbook
ABCDEF
1Data1Data2Data3Data4Result
2ACD: Mike - AP5OJ: Ranger - PP1NB: Rome - 425ACD: Mike - AP5
3NPS: Avery - I3ACD: Mike - AP5NPS: Avery - I3
4NPS: Avery - I3ACD: Mike - AP5OJ: Ranger - PP1
5NPS: Avery - I3OJ: Ranger - PP1UJ: XKCD - 87ACD: Mike - AP5UJ: XKCD - 87
6NPS: Avery - I3OJ: Ranger - PP1UJ: XKCD - 87ACD: Mike - AP5NB: Rome - 425
7OJ: Ranger - PP1UJ: XKCD - 87NB: Rome - 4250
8OJ: Ranger - PP1UJ: XKCD - 87ACD: Mike - AP5NB: Rome - 425
Sheet1


The formula in F2 needs to be entered with ctrl shift enter and NOT just enter, you can then copy it down until you get the 0 or a blank cell.

Good luck and I'm sorry this isn't the ideal solution for you.

Ak
 
Upvote 0

Forum statistics

Threads
1,214,638
Messages
6,120,674
Members
448,977
Latest member
moonlight6

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