+ Reply to Thread
Results 1 to 4 of 4

Thread: Need a Single list of names from 4 columns, no duplicates

  1. #1
    Registered User
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000
    Posts
    66

    Need a Single list of names from 4 columns, no duplicates

    I have a range of names "AQ3:AT37". Their are duplicate names in the range and while their are no gaps in each column list, each column is not a full 35 names long, they all vary around 20 some names each. Starting at "AU3" I want to produce a single column list with no duplicates.

    Thanks.

    Jim O
    Last edited by JO505; 01-09-2012 at 08:29 PM.

  2. #2
    Forum Contributor HSV's Avatar
    Join Date
    02-12-2011
    Location
    Netherlands
    MS-Off Ver
    Excel 2003 \ 2007
    Posts
    168

    Re: Need a Single list of names from 4 columns, no duplicates

    Arrayformula; Ctrl+Shift+Enter, not only Enter.

    =if(iserror(indirect(text(min(if(isnumber($aq$3:$at$37)-isblank($aq$3:$at$37)+countif($au$2:$au2,$aq$3:$at$37),"^^",row($3:$37)*1000+column(aq$1:at$1))),"r0c???"),)),"",indirect(text(min(if(isnumber($aq$3:$at$37)-isblank($aq$3:$at$37)+countif($au$2:$au2,$aq$3:$at$37),"^^",row($3:$37)*1000+column(aq$1:at$1))),"r0c???"),))
    Kind regards, Harry.

  3. #3
    Registered User
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000
    Posts
    66

    Re: Need a Single list of names from 4 columns, no duplicates

    Harry,

    Thank you very much for the response. That is what I was looking for.

    JIm O

  4. #4
    Forum Contributor HSV's Avatar
    Join Date
    02-12-2011
    Location
    Netherlands
    MS-Off Ver
    Excel 2003 \ 2007
    Posts
    168

    Re: Need a Single list of names from 4 columns, no duplicates

    Jim,

    For Excel 2007 or higher.

    =IFERROR(INDIRECT(TEXT(MIN(IF(ISNUMBER($AQ$3:$AT$37)-ISBLANK($AQ$3:$AT$37)+COUNTIF($AU$2:$AU2,$AQ$3:$AT$37),"^^",ROW($3:$37)*1000+COLUMN(AQ$1:AT$1))),"R0C???"),FALSE),"")
    Kind regards, Harry.

+ 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.2.0