Re: Make a list that excludes duplicates

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Thanks Dave. I ended up setting the advanced filter up as a Macro, which
worked fine.

--
http://www.redbrick.dcu.ie/~pele


"Dave Peterson" wrote:

> You could use a helper column to extract the first portion of the cell (assuming
> that AAA 1 is in one cell).
>
> =LEFT(A1,SEARCH(" ",A1&" ")-1)
> (and copy down)
>
> Then you could use Data|Filter|Advanced filter to get that unique list.
>
> Debra Dalgleish has detailed instructions at:
> http://www.contextures.com/xladvfilter01.html#FilterUR
>
> Phil Osman wrote:
> >
> > I have a listing that looks like this:
> >
> > AAA 1
> > AAA 2
> > AAA 3
> > BB 1
> > BB 2
> > BB 3
> > BB 4
> > C 1
> > DD 1
> > DD 2
> > Etc.....
> >
> > I want another list to link to this but only pick up the unique text entries
> > excluding the numbers, so the result should be:
> > AAA
> > BB
> > C
> > DD
> > Etc.....
> >
> > If there have to be spaces in this second list then so be it, but I would
> > love to find a solution.
>
> --
>
> Dave Peterson
>
.



Relevant Pages

  • Re: gang remove blank rows
    ... helper column entering =rowin the first cell of the helper column copying ... tried some other things like puting in the cell reference too but nada. ... "Dave Peterson" wrote: ... multiples of ten and they have to remain in the original order in order to be ...
    (microsoft.public.excel.misc)
  • Re: Alphabetically
    ... Pete ... "Dave Peterson" wrote: ... >>> I assume you have names such as Amanda Bainbridge in one cell. ... >>> copy this for all names then sort all columns using this helper column as ...
    (microsoft.public.excel.misc)
  • Re: Run time error 1004
    ... One way is to loop through the visible rows (after the ... messed up the splitting of the master file. ... I keep the formulas intact using an advanced filter? ... "Dave Peterson" wrote: ...
    (microsoft.public.excel.misc)
  • Re: Original Sort/Data Entry Order
    ... "Dave Peterson" wrote: ... Fill each cell in that column with a formula ... And resort the data by that helper column. ... How do I return to the original data-entry order and keep that as ...
    (microsoft.public.excel.misc)
  • Re: Run time error 1004
    ... would I paste them after the advanced filter? ... would I reference the row if I don't know where it is in the worksheet? ... Dim wsNew As Worksheet ... "Dave Peterson" wrote: ...
    (microsoft.public.excel.misc)