+ Reply to Thread
Results 1 to 2 of 2

Help creating list of Reoccuring names

  1. #1
    Registered User
    Join Date
    01-06-2006
    Posts
    1

    Help creating list of Reoccuring names

    Hello

    i need help in what formula or best way it would be to create a seperate list from several, on a number of my sheets that will display all names that have occured more than once. can anyone help.

  2. #2
    Bob Phillips
    Guest

    Re: Help creating list of Reoccuring names

    Here is one way, but it does show all of the repetitions as well

    Select a range of cells in an adjacent column. Then in the formula bar enter

    =IF(ISERROR(SMALL(IF(COUNTIF($A$1:$A$20,$A$1:$A$20)>1,ROW($A1:$A20),""),ROW(
    $A1:$A20))),"",
    INDEX($A$1:$A$20,SMALL(IF(COUNTIF($A$1:$A$20,$A$1:$A$20)>1,ROW($A1:$A20),"")
    ,ROW($A1:$A20))))

    and commit with Ctrl-Shift-Enter.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Alphabet" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello
    >
    > i need help in what formula or best way it would be to create a
    > seperate list from several, on a number of my sheets that will display
    > all names that have occured more than once. can anyone help.
    >
    >
    > --
    > Alphabet
    > ------------------------------------------------------------------------
    > Alphabet's Profile:

    http://www.excelforum.com/member.php...o&userid=30180
    > View this thread: http://www.excelforum.com/showthread...hreadid=498626
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1