+ Reply to Thread
Results 1 to 7 of 7

Unique List

  1. #1
    Forum Contributor
    Join Date
    02-20-2009
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    467

    Unique List

    Is anyone out there clever enough to come up with a formula to put in the cells D1:D9 that gives me the unique list of names listed in column F.

    I know I could copy/paste the full list (column A) and then remove duplicates but that doesn't really suit what i am wanting to do and instead i'd like some formula D1:D9 instead.

    Any ideas?

    I thought I had cracked it with =INDEX($A$1:$A$75,MATCH(C1,$B$1:$B$75,0),1) but I soon realised a name duplicated when it came up for a second time.
    Attached Files Attached Files

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Unique List

    A header row is required, but try this:
    Attached Files Attached Files
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Unique List

    Or use a pivot table
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Unique List

    In D2

    =IFERROR(INDEX($A$2:$A$76,MATCH(0,INDEX(COUNTIF($D$1:D1,$A$2:$A$76),,),)),"")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Unique List

    Maybe this will help you. I inserted a blank row for row 1.
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  6. #6
    Registered User
    Join Date
    11-22-2013
    Location
    Islamabad
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Unique List

    In Microsoft Office Excel 2007, you have several ways to filter for unique values or remove duplicate values:

  7. #7
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844
    <----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left

    If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
    I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] list of duplicate code along with unique manager name want to split unique
    By sinha.riteshabap in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-21-2013, 07:00 AM
  2. [SOLVED] create list of unique staff numbers with unique work codes
    By shaz0503 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-01-2013, 08:57 PM
  3. 3 columns: None contain unique values, but I need a list of every unique set
    By mathematician in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-15-2012, 04:47 PM
  4. Replies: 7
    Last Post: 05-11-2012, 02:00 PM
  5. # of unique dates per unique list entry
    By MrNovice in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-27-2009, 07:01 AM

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