+ Reply to Thread
Results 1 to 15 of 15

Create a unique list from multiple columns with blamks

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Create a unique list from multiple columns with blamks

    I am trying to produce a list of directors from a data set as shown in the example. I have tried using a pivot table but the blank cells become unmanageable. A single (or multiple) formulas would be my preferred solution.

    Jim O
    Attached Files Attached Files
    Last edited by JO505; 11-18-2015 at 07:17 PM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Create a unique list from multiple columns with blamks

    Please Login or Register  to view this content.
    please add the expected result in your file (manualy).
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Create a unique list from multiple columns with blamks

    See column "I". Its just a list of each individual director.

    Jim O
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Create a unique list from multiple columns with blamks

    Sorry that is the wrong file. I will upload the correct one.

    Jim O

  5. #5
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Create a unique list from multiple columns with blamks

    This should work better. Sorry.

    Jim O
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Create a unique list from multiple columns with blamks

    copy column B, C, D and E under eachother (in e.g. column L).

    after that remove duplicaties => data => remove duplicate

    after that sort on column L from A - Z

  7. #7
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Create a unique list from multiple columns with blamks

    I was looking for a dynamic formula so as the data updates the single list will do likewise.

    Jim O

  8. #8
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Create a unique list from multiple columns with blamks

    I have found a formula that gets me close to what I am looking for (column 'J') but I need to reduce the data from the blank cells (0's).

    In an ideal world it would produce a unique list but just reducing the 0's would help.

    Here is a link to the formula.
    HTML Code: 
    Jim O
    Attached Files Attached Files

  9. #9
    Valued Forum Contributor PeteABC123's Avatar
    Join Date
    09-21-2012
    Location
    Chicago, IL
    MS-Off Ver
    MS Office 365 ver 2202
    Posts
    1,104

    Re: Create a unique list from multiple columns with blamks

    Example Single Col from 2 Lists-1.xlsx
    See my attached formula model. Create 2 named ranges. . .here, they're called list1 and list2. See if it works for you. Blanks are removed. Enter as array formula.

    Pete
    Last edited by PeteABC123; 11-17-2015 at 05:14 PM.

  10. #10
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Create a unique list from multiple columns with blamks

    For some reason I am having an issue getting third column into the formula.

    Jim O

  11. #11
    Valued Forum Contributor PeteABC123's Avatar
    Join Date
    09-21-2012
    Location
    Chicago, IL
    MS-Off Ver
    MS Office 365 ver 2202
    Posts
    1,104

    Re: Create a unique list from multiple columns with blamks

    Keep plugging away. I'll keep trying as well.
    Pete

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

    Re: Create a unique list from multiple columns with blamks

    Enter this in F2 and fill down the length of the data to identify unique values in column B and give a value that will be used to order the unique values.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Enter this in H2 and fill down to get the values from column B in order.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I don't follow what you are doing with the other columns.
    <---------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

  13. #13
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Create a unique list from multiple columns with blamks

    I got this formula from here:

    http://www.get-digital-help.com/2009...umns-in-excel/

    It's the second formula on that page above and takes care of the blank cells.

    Array entered in J2 and filled down it takes care of all 4 columns.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Dave

  14. #14
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: Create a unique list from multiple columns with blamks

    FlameRetired,

    Thank you for the link. That seems to be just what I needed. Also Thanks to all who provided input and suggestions on this topic.

    Thanks again
    Jim O

  15. #15
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Create a unique list from multiple columns with blamks

    You are welcome. Thank you for the feedback.

+ 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. Create Unique List from Multiple Criteria
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-20-2015, 04:20 PM
  2. 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
  3. Replies: 7
    Last Post: 07-27-2013, 10:11 PM
  4. [SOLVED] Create list returning unique criteria covering several columns using arrays
    By joannelittell in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-24-2013, 04:37 PM
  5. [SOLVED] Create list returning unique criteria covering several columns
    By joannelittell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-23-2013, 04:27 PM
  6. create unique list from multiple values?
    By dragganm in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-25-2011, 10:34 AM
  7. Need to create unique list from list of multiple entries
    By Jeff in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-17-2005, 01:05 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