+ Reply to Thread
Results 1 to 7 of 7

Reduce a list of multiple entries to a single list

  1. #1
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Reduce a list of multiple entries to a single list

    I have a data set of over 2200 entries, most of which are multiple entries. I am trying to reduce them to a single list of unique entries so I can isolate specific data. I think the attached file will make it much clearer.

    Jim O
    Attached Files Attached Files
    Last edited by Jogier505; 03-24-2011 at 08:05 PM.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Reduce a list of multiple entries to a single list

    Here is one way:

    I added formulas in Col N on the All Data sheet. For ease and simplicity I referred those formulas to your existing results in Col M but that isn't necessary. Col M could be eliminated and formulas in N modified to do calc that Col M is doing. I have left the N/A's in your existing formulas on the List sheet as I'm sure you'll know how to handle those.
    Attached Files Attached Files
    Last edited by Cutter; 03-24-2011 at 07:21 PM.

  3. #3
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Re: Reduce a list of multiple entries to a single list

    Cutter,

    That is not quite what I am looking for. In the file I provided there should be a total of 11 different combinations of MFG, Model and Flex. Column "A" on the "All Data" sheet becomes a unique value and I want to list each combination. Column "M" breaks out the number of entries for each value and I want to produce a list based on that number.

    Jim O

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Reduce a list of multiple entries to a single list

    I just realized I goofed up the formulas in column N.

    Here is the revised version:
    Attached Files Attached Files

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Reduce a list of multiple entries to a single list

    use advanced filter to extract an unique list
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Re: Reduce a list of multiple entries to a single list

    Cutter,

    That looks like it will work. I will apply it to my data set tomorrow and give it a try.

    For now I think I can mark this Solved
    .
    martindwilson,

    As data will be added on an ongoing process, I wanted an easier way to accept new data rather than run a filter everytime I entered something.

    Thank you both for your time and input.

    Jim O

  7. #7
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Reduce a list of multiple entries to a single list

    I know this is solved, but always good to let a big gun out of the bag every now and again. Called column A in your All Data tab List, hadn't spotted there's a tab called that as well.....it's late!
    needs entered with Ctrl + Shift + Enter

    =IF(ROWS(A$2:A2)>SUMPRODUCT(--(List<>"")/COUNTIF(List,List&"")),"",INDEX(List,SMALL(IF(FREQUENCY(IF(List<>"",MATCH(List,List&"",0)),ROW(List)-ROW('All Data'!$A$2)+1),ROW(List)-ROW('All Data'!$A$2)+1),ROWS(A$2:A2))))
    Windows 7 using Office 2007 & 2010

    Remember your [ code ] [ /code ] tags, makes reading soooo much easier

+ 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