+ Reply to Thread
Results 1 to 4 of 4

Create unique list based on expanding criteria

Hybrid View

  1. #1
    Registered User
    Join Date
    11-06-2016
    Location
    Manchester, England
    MS-Off Ver
    2016
    Posts
    2

    Create unique list based on expanding criteria

    Hello
    I have a formula which is used to create a unique list. It works fine except I'd like to expand it.

    IFERROR(INDEX(Banks!$N$31:$N$3500, MATCH(0, COUNTIF($A$10:$A10,Banks!$N$31:$N$3500)+(Banks!$H$31:$H$3500<>$V$2)+(Banks!$L$31:$L$3500<>$A$10), 0)),"-")

    I'd like to change the part $V$2 so it refers to a range instead like $V$2:$V$12.

    Can anyone suggest how this is possible?

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Create unique list based on expanding criteria

    Try replacing:

    (Banks!$H$31:$H$3500<>$V$2)

    With:

    (ISNA(MATCH(Banks!$H$31:$H$3500,$V$2:$V$12,0)))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    11-06-2016
    Location
    Manchester, England
    MS-Off Ver
    2016
    Posts
    2

    Re: Create unique list based on expanding criteria

    Work perfectly thank you.

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Create unique list based on expanding criteria

    You're welcome. Thanks 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 # 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
  2. Create Unique List from Multiple Criteria
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-20-2015, 04:20 PM
  3. [SOLVED] Create Unique ID based on criteria
    By akhileshgs in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-16-2015, 11:14 AM
  4. [SOLVED] Create list based on criteria and is unique
    By joannelittell in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-13-2013, 02:33 PM
  5. [SOLVED] Create unique list based on specific criteria
    By Joynesy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-21-2013, 05:54 AM
  6. Replies: 2
    Last Post: 09-28-2011, 08:43 AM
  7. Create Unique List with Criteria
    By Fos605 in forum Excel General
    Replies: 2
    Last Post: 07-20-2010, 07:57 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