Help merging, filtering and sorting complex data

Status
Not open for further replies.

emilyshaw93

New Member
Joined
Nov 11, 2015
Messages
18
Hi all,

I have a list of data as follows:

ABCDE
1NAMEREFERENCESNAME (Sorted)REFERENCES (Sorted)
2John
36, 87, JR, 11, 26

<tbody>
</tbody>
JohnJR, 4, 11, 26, 36, 85, 87, 96
3Emily
63, ES, 14, 1, 35

<tbody>
</tbody>
Emily ES, 1, 14, 35, 63
4Kate
KM, 73, 25, 84, 13

<tbody>
</tbody>
KateKM, 13, 25, 62, 73, 84, 94
5John
85, 96, 4

<tbody>
</tbody>
6Kate
94, 62, 25, 13

<tbody>
</tbody>

<tbody>
</tbody>


What I want to do is get the data in column B to sort into column E automatically. I want multiple data sets for John, for example, to combine, sort in ascending order, and remove duplicates (as shown in E above), automatically.

I have set up column d to sort names and remove duplicates within the list in column A already - I need a formula to do a similar thing for putting the data in column B into column E.

Any help much appreciated!

Emily
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Status
Not open for further replies.

Forum statistics

Threads
1,216,586
Messages
6,131,571
Members
449,655
Latest member
Anil K Sonawane

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