+ Reply to Thread
Results 1 to 16 of 16

unique distinct list from a column but

Hybrid View

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

    Re: unique distinct list from a column but

    The formulae that I gave you in message # 7 will not leave blanks between values and will only return values that have a value in the next column.
    Here is the formula with the correct cell references for your current workbook. This doesn't require Array Entry as previously stated. Enter normally.

    Formula: copy to clipboard
    =IFERROR(INDEX($A$8:$A$14,MATCH(1,INDEX((COUNTIF($D$7:D7,$A$8:$A$14)=0)*($A$8:$A$14<>"")*($B$8:$B$14<>""),0),0)),"")



    If you don't want to use the criteria in column B then the formula would be as follows to return the unique values from column A.

    Formula: copy to clipboard
    =IFERROR(INDEX($A$8:$A$14,MATCH(1,INDEX((COUNTIF($D$7:D7,$A$8:$A$14)=0)*($A$8:$A$14<>""),0),0)),"")
    <---------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

  2. #2
    Registered User
    Join Date
    01-05-2013
    Location
    Sarajevo
    MS-Off Ver
    Excel 2007
    Posts
    40

    Re: unique distinct list from a column but

    wooow .Thank you sir . Actually I don't understand this code at all (would be nice to ) but it works

  3. #3
    Registered User
    Join Date
    01-05-2013
    Location
    Sarajevo
    MS-Off Ver
    Excel 2007
    Posts
    40

    Re: unique distinct list from a column but

    How do I mark this as "SOLVED" ?

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

    Re: unique distinct list from a column but

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  5. #5
    Registered User
    Join Date
    01-05-2013
    Location
    Sarajevo
    MS-Off Ver
    Excel 2007
    Posts
    40

    Re: unique distinct list from a column but

    Hi guys ! This works very good, but is it possible to have the same thing but in alphabetical order ?

+ 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. Replies: 2
    Last Post: 12-04-2014, 04:59 AM
  2. Replies: 8
    Last Post: 11-05-2014, 10:27 PM
  3. Create a Distinct Unique list for 2 Columns
    By boldcode in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-06-2014, 05:10 PM
  4. [SOLVED] Distinct List from Column of Values
    By dianaschar in forum Excel General
    Replies: 4
    Last Post: 03-26-2013, 11:39 AM
  5. [SOLVED] Unique distinct alphabetically sorted list
    By atlant15 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-06-2013, 10:03 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