Results 1 to 7 of 7

VBA Creating a list of unique values from one column based on criteria from another column

Threaded View

  1. #1
    Registered User
    Join Date
    12-08-2015
    Location
    Birmingham, England
    MS-Off Ver
    2007
    Posts
    44

    VBA Creating a list of unique values from one column based on criteria from another column

    Hi,

    Using VBA, is it possible to create a unique list of values from column A if column B meets a certain criteria?

    For example,

    COL A COL B
    Dave Overdue
    Dave Not Overdue
    Glen Overdue
    Glen Overdue
    Ben Not Overdue
    Ben Not Overdue
    Adam Not Overdue
    Adam Overdue

    If the criteria is column B containing "Overdue", the returned list should be:

    Dave
    Glen
    Adam

    This removes "Ben" as neither row contains "Overdue" and then only returns unique values.

    This unique list should be returned in a new sheet if possible.

    Thanks
    Last edited by bilbo85; 02-09-2016 at 02:45 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Creating a Filter loop based on unique values in a column
    By Ragnarok_421 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-23-2014, 05:34 AM
  2. Replies: 3
    Last Post: 07-08-2014, 03:10 PM
  3. Creating a comma seperated list based on a search criteria from a column
    By HUGH JORGAN in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-30-2013, 05:20 PM
  4. [SOLVED] Sum Unique Values Based on Other Column Criteria
    By jfist85 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-06-2013, 03:21 PM
  5. [SOLVED] Summary statistics based on criteria for unique values in column
    By nearlylost in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-23-2012, 04:10 AM
  6. Creating a list in one column based on criteria in two other columns!?
    By chelseasikoebs in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-02-2009, 11:00 PM
  7. how to loop Criteria based on unique values in a column
    By excelkeechak in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-03-2009, 11: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