+ Reply to Thread
Results 1 to 4 of 4

Unique list from Row

  1. #1
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Pune
    MS-Off Ver
    Office 365 (Win 10)
    Posts
    489

    Unique list from Row

    Hello,

    Could you please help me to get the unique list of values from a row, say F7:XFD7 and get that as a list in a column?

    for example, if the data of F7 to J7 is

    A,1,A,2,3

    then from C2 to C7, it should look like

    A
    1
    2
    3

    Thanks in advance
    Please make the Post as solved, when you get your answer & Click * if you like my suggestion

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,682

    Re: Unique list from Row

    two simple steps w/o any formulas. Highlight the entire row, hit copy, put your cursor where you want the values, hit paste special values and transpose. Then keeping it highlighted, use the remove duplicates function.

    EDIT: click on cell F7 and hold down shift and control and hit the right arrow to get the whole row. Then go to where you want the column and follow the rest above.
    Last edited by Sam Capricci; 10-06-2016 at 04:46 AM. Reason: clarity
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Unique list from Row

    Data Range
    B
    C
    D
    E
    F
    2
    a
    1
    a
    2
    3

    Data Range
    A
    1
    Formula Result
    2
    a
    3
    1
    4
    2
    5
    3
    6
    7

    Array Formula Requires CTRL+SHIFT+ENTER

    A
    2
    =IFERROR(INDEX($B$2:$F$2,MATCH(0,COUNTIF($A$1:A1,$B$2:$F$2),0)),"")

    Drag the formula down


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Pune
    MS-Off Ver
    Office 365 (Win 10)
    Posts
    489

    Re: Unique list from Row

    @Sixthsense: Your formula worked perfectly.. thanks

    @Sambo Kid: I didnt want to do that manually... there are some other calcualtions also involved and wanted to create a dynamic table. This request was a part of that Thanks for your help

+ 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] Getting unique list and amount sum by unique list wise - Reg.
    By bala04msw in forum Excel Formulas & Functions
    Replies: 32
    Last Post: 08-28-2016, 12:00 PM
  2. Create unique # of worksheets based on list count with unique names
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-24-2016, 09:51 AM
  3. [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
  4. [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
  5. 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
  6. Replies: 7
    Last Post: 05-11-2012, 02:00 PM
  7. # 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

Tags for this Thread

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