I have two column. I would like to find the duplicate data and sort the int a row. Eg:
Name Name2
Julie Jane
Sally John
Jack Paul
Jane Sally
The result:
Name Name
Julie
Sally Sally
Jack
Jane Jane
John
Paul
Pls help
Software/Hardware used:
ASKED:
April 21, 2009 6:39 AM
UPDATED:
April 21, 2009 11:49 PM
Here is step-by-step on excel 2007
Let us say B1 has Name and C1 is Name2
B2 thru B5 contain one list & C2 thru C5 contain 2nd list
Copy the content of C2 thru C5 (Ctrl+C & Ctrl+V) on B6; (Press Esc key to get rid of the dotted line)
Now highlight B2 thru C9 & sort (A to Z);
You will notice all names including the duplicates
If you want to get rid of the duplicates – Pres Data Tab on the Top Row
Highlight B2 to B9 & then hit Remove Duplicates – Select Continue with current selection.
Hopefully you will see the names (without the duplicates) in ascending order.
Actually the result that i want is like this:
The result:
Name Name2
Julie
Sally Sally
Jack
Jane Jane
John
Paul
I would like the Name2 column match with the Name column.