+ Reply to Thread
Results 1 to 2 of 2

Help to create list based on multiple criteria (example attached)

  1. #1
    Registered User
    Join Date
    03-10-2014
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    42

    Help to create list based on multiple criteria (example attached)

    Hi All,

    I am trying to formulate a commission form which looks up the name of the sales person and then displays a list of the deal names withing Q1. I have attached a mock up so you get the idea of what i want.

    Any help would be much appreciated.

    Test List.xlsx

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Help to create list based on multiple criteria (example attached)

    Try this ARRAY formula, in H6, copied down...
    =IFERROR(INDEX($B$1:$B$12,SMALL(IF($D$1:$D$12=$I$3,IF($A$1:$A$12>=$M$2,IF($A$1:$A$12<=$M$3,ROW($A$1:$A$12)))),ROWS($A$1:A1))),"")

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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] 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
  2. Create list of cells based on multiple criteria
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-03-2013, 01:59 PM
  3. [SOLVED] Create a sub list into another sheet based on multiple criteria
    By icalculate in forum Excel General
    Replies: 3
    Last Post: 02-06-2013, 02:14 PM
  4. [SOLVED] Create a separate list based on criteria in another list.
    By dpitts21 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-13-2012, 07:09 PM
  5. MACROS: Sort by multiple criteria - Create tabs based off of criteria
    By svineyard in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-21-2009, 10:48 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