hey
I've got a list of names
pete
anna
joh
daniel
pete
sue
...
and I want to make a new list which contains each name, but for example I don't want pete to appear twice...
hey
I've got a list of names
pete
anna
joh
daniel
pete
sue
...
and I want to make a new list which contains each name, but for example I don't want pete to appear twice...
I'm sure there's a quicker way to do this but this should work:
Assuming names are in column A...
Sort the names
In B1 enter =IF(A2=A1,1,0) and copy the formula down the column
Select column B and copy and Paste Special values only
Now sort on column B
and delete the rows which have a 1 in column B which will be grouped together
Regards
Special-K
Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.
Highlight you column.
Goto Data / Filter > Advanced Filter...
Choose Copy to another location and specify the location in the "Copy To"
Check the Unique items only box.
Click Okay.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks